Searched refs:newTimeout (Results 1 – 3 of 3) sorted by relevance
102 val newTimeout = isStrongAuthTimeout(strongAuthFlags) in onStrongAuthStateChanged() constant103 if (newTimeout && !timeout) { in onStrongAuthStateChanged()106 timeout = newTimeout in onStrongAuthStateChanged()
203 final long newTimeout = 3000; in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() local204 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()
2623 int newTimeout = -1; in updateIdleScreenRefreshRate() local2628 newTimeout = point.getTimeout().intValue(); in updateIdleScreenRefreshRate()2632 || newTimeout != mIdleScreenRefreshRateConfig.timeoutMillis) { in updateIdleScreenRefreshRate()2634 new IdleScreenRefreshRateConfig(newTimeout); in updateIdleScreenRefreshRate()