Searched refs:strongAuthTime (Results 1 – 1 of 1) sorted by relevance
248 private void rescheduleStrongAuthTimeoutAlarm(long strongAuthTime, int userId) { in rescheduleStrongAuthTimeoutAlarm() argument255 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() argument540 mLatestStrongAuthTime = strongAuthTime; in setLatestStrongAuthTime()