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.java59 private final ArrayMap<Integer, StrongAuthTimeoutAlarmListener>
125 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in handleScheduleStrongAuthTimeout()
129 alarm = new StrongAuthTimeoutAlarmListener(userId); in handleScheduleStrongAuthTimeout()
186 private class StrongAuthTimeoutAlarmListener implements OnAlarmListener { class in LockSettingsStrongAuth
190 public StrongAuthTimeoutAlarmListener(int userId) { in StrongAuthTimeoutAlarmListener() method in LockSettingsStrongAuth.StrongAuthTimeoutAlarmListener
/frameworks/base/services/
Dart-profile8365 PLcom/android/server/locksettings/LockSettingsStrongAuth$StrongAuthTimeoutAlarmListener;->onAlarm()V