Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStrongAuth.java92 mStrongAuthTimeoutAlarmListenerForUser = new ArrayMap<>(); field in LockSettingsStrongAuth
255 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in rescheduleStrongAuthTimeoutAlarm()
261 mStrongAuthTimeoutAlarmListenerForUser.put(userId, alarm); in rescheduleStrongAuthTimeoutAlarm()
285 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in handleRefreshStrongAuthTimeout()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStrongAuthTest.java181 mStrongAuth.mStrongAuthTimeoutAlarmListenerForUser.get(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout()
199 mStrongAuth.mStrongAuthTimeoutAlarmListenerForUser.get(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()