Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java91 protected final ArrayMap<Integer, StrongAuthTimeoutAlarmListener>
255 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in rescheduleStrongAuthTimeoutAlarm()
260 alarm = new StrongAuthTimeoutAlarmListener(strongAuthTime, userId); in rescheduleStrongAuthTimeoutAlarm()
285 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in handleRefreshStrongAuthTimeout()
529 protected class StrongAuthTimeoutAlarmListener implements OnAlarmListener { class in LockSettingsStrongAuth
534 public StrongAuthTimeoutAlarmListener(long latestStrongAuthTime, int userId) { in StrongAuthTimeoutAlarmListener() method in LockSettingsStrongAuth.StrongAuthTimeoutAlarmListener
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStrongAuthTest.java51 import com.android.server.locksettings.LockSettingsStrongAuth.StrongAuthTimeoutAlarmListener;
180 StrongAuthTimeoutAlarmListener alarm = in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout()
198 StrongAuthTimeoutAlarmListener alarm = in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()