Home
last modified time | relevance | path

Searched refs:getLatestStrongAuthTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java283 rescheduleStrongAuthTimeoutAlarm(alarm.getLatestStrongAuthTime(), userId); in handleRefreshStrongAuthTimeout()
547 public long getLatestStrongAuthTime() { in getLatestStrongAuthTime() method in LockSettingsStrongAuth.StrongAuthTimeoutAlarmListener
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStrongAuthTest.java195 assertEquals(currentTime, alarm.getLatestStrongAuthTime()); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()