Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java59 private final ArrayMap<Integer, StrongAuthTimeoutAlarmListener>
133 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in handleScheduleStrongAuthTimeout()
137 alarm = new StrongAuthTimeoutAlarmListener(userId); in handleScheduleStrongAuthTimeout()
199 private class StrongAuthTimeoutAlarmListener implements OnAlarmListener { class in LockSettingsStrongAuth
203 public StrongAuthTimeoutAlarmListener(int userId) { in StrongAuthTimeoutAlarmListener() method in LockSettingsStrongAuth.StrongAuthTimeoutAlarmListener