Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java248 private void rescheduleStrongAuthTimeoutAlarm(long strongAuthTime, int userId) { in rescheduleStrongAuthTimeoutAlarm() argument
255 alarm.setLatestStrongAuthTime(strongAuthTime); in rescheduleStrongAuthTimeoutAlarm()
257 alarm = new StrongAuthTimeoutAlarmListener(strongAuthTime, userId); in rescheduleStrongAuthTimeoutAlarm()
262 long nextAlarmTime = strongAuthTime + dpm.getRequiredStrongAuthTimeout(null, userId); in rescheduleStrongAuthTimeoutAlarm()
539 public void setLatestStrongAuthTime(long strongAuthTime) { in setLatestStrongAuthTime() argument
540 mLatestStrongAuthTime = strongAuthTime; in setLatestStrongAuthTime()