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/
DLockSettingsStrongAuth.java61 private final ArrayMap<Integer, StrongAuthTimeoutAlarmListener>
137 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in handleScheduleStrongAuthTimeout()
141 alarm = new StrongAuthTimeoutAlarmListener(userId); in handleScheduleStrongAuthTimeout()
195 private class StrongAuthTimeoutAlarmListener implements OnAlarmListener { class in LockSettingsStrongAuth
199 public StrongAuthTimeoutAlarmListener(int userId) { in StrongAuthTimeoutAlarmListener() method in LockSettingsStrongAuth.StrongAuthTimeoutAlarmListener