Searched refs:getNextAlarmTimeMs (Results 1 – 3 of 3) sorted by relevance
90 when(mInjector.getNextAlarmTimeMs(DEFAULT_NON_STRONG_BIOMETRIC_IDLE_TIMEOUT_MS)) in testScheduleNonStrongBiometricIdleTimeout()116 when(mInjector.getNextAlarmTimeMs(DEFAULT_NON_STRONG_BIOMETRIC_TIMEOUT_MS)) in testReportSuccessfulBiometricUnlock_nonStrongBiometric_fallbackTimeout()
144 public long getNextAlarmTimeMs(long timeout) { in getNextAlarmTimeMs() method in LockSettingsStrongAuth.Injector289 long nextAlarmTime = mInjector.getNextAlarmTimeMs(DEFAULT_NON_STRONG_BIOMETRIC_TIMEOUT_MS); in handleScheduleNonStrongBiometricTimeout()384 mInjector.getNextAlarmTimeMs(DEFAULT_NON_STRONG_BIOMETRIC_IDLE_TIMEOUT_MS); in handleScheduleNonStrongBiometricIdleTimeout()
18828 PLcom/android/server/locksettings/LockSettingsStrongAuth$Injector;->getNextAlarmTimeMs(J)J