Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStrongAuthTest.java191 final long oldTimeout = 5000; in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() local
192 final long nextAlarmTime = currentTime + oldTimeout; in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
194 when(mDPM.getRequiredStrongAuthTimeout(null, PRIMARY_USER_ID)).thenReturn(oldTimeout); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()