Searched refs:strongAuthTime (Results 1 – 1 of 1) sorted by relevance
251 private void rescheduleStrongAuthTimeoutAlarm(long strongAuthTime, int userId) { in rescheduleStrongAuthTimeoutAlarm() argument258 alarm.setLatestStrongAuthTime(strongAuthTime); in rescheduleStrongAuthTimeoutAlarm()260 alarm = new StrongAuthTimeoutAlarmListener(strongAuthTime, userId); in rescheduleStrongAuthTimeoutAlarm()265 long nextAlarmTime = strongAuthTime + dpm.getRequiredStrongAuthTimeout(null, userId); in rescheduleStrongAuthTimeoutAlarm()543 public void setLatestStrongAuthTime(long strongAuthTime) { in setLatestStrongAuthTime() argument544 mLatestStrongAuthTime = strongAuthTime; in setLatestStrongAuthTime()