Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardBiometricLockoutLogger.kt102 val newTimeout = isStrongAuthTimeout(strongAuthFlags) in onStrongAuthStateChanged() constant
103 if (newTimeout && !timeout) { in onStrongAuthStateChanged()
106 timeout = newTimeout in onStrongAuthStateChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStrongAuthTest.java203 final long newTimeout = 3000; in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() local
204 when(mDPM.getRequiredStrongAuthTimeout(null, PRIMARY_USER_ID)).thenReturn(newTimeout); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
208 verifyAlarm(currentTime + newTimeout, STRONG_AUTH_TIMEOUT_ALARM_TAG, alarm); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
/frameworks/base/services/core/java/com/android/server/display/mode/
DDisplayModeDirector.java2623 int newTimeout = -1; in updateIdleScreenRefreshRate() local
2628 newTimeout = point.getTimeout().intValue(); in updateIdleScreenRefreshRate()
2632 || newTimeout != mIdleScreenRefreshRateConfig.timeoutMillis) { in updateIdleScreenRefreshRate()
2634 new IdleScreenRefreshRateConfig(newTimeout); in updateIdleScreenRefreshRate()