Searched defs:TIME_EXPIRED (Results 1 - 1 of 1) sorted by relevance

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/storage/
H A DIdentityDatabase.java84 static final String TIME_EXPIRED = "timeExpired"; field in class:IdentityDatabase
169 values.put(TIME_EXPIRED, timeExpired);
317 expiryTime.setTimeInMillis(cursor.getLong(cursor.getColumnIndex(TIME_EXPIRED)));

Completed in 28 milliseconds