Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java60 mStrongAuthTimeoutAlarmListenerForUser = new ArrayMap<>(); field in LockSettingsStrongAuth
125 StrongAuthTimeoutAlarmListener alarm = mStrongAuthTimeoutAlarmListenerForUser.get(userId); in handleScheduleStrongAuthTimeout()
130 mStrongAuthTimeoutAlarmListenerForUser.put(userId, alarm); in handleScheduleStrongAuthTimeout()