Searched refs:StrongAuthTimeoutAlarmListener (Results 1 – 1 of 1) sorted by relevance
61 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 LockSettingsStrongAuth199 public StrongAuthTimeoutAlarmListener(int userId) { in StrongAuthTimeoutAlarmListener() method in LockSettingsStrongAuth.StrongAuthTimeoutAlarmListener