Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java89 mStrongAuthTimeoutAlarmListenerForUser = new ArrayMap<>(); field in LockSettingsStrongAuth
252 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in rescheduleStrongAuthTimeoutAlarm()
258 mStrongAuthTimeoutAlarmListenerForUser.put(userId, alarm); in rescheduleStrongAuthTimeoutAlarm()
281 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in handleRefreshStrongAuthTimeout()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStrongAuthTest.java176 mStrongAuth.mStrongAuthTimeoutAlarmListenerForUser.get(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout()
194 mStrongAuth.mStrongAuthTimeoutAlarmListenerForUser.get(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()