Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt449 advanceTimeBy(DeviceEntryFaceAuthRepositoryImpl.DEFAULT_CANCEL_SIGNAL_TIMEOUT + 1) in faceAuthAutoCancelsAfterDefaultCancellationTimeout()
469 advanceTimeBy(DeviceEntryFaceAuthRepositoryImpl.DEFAULT_CANCEL_SIGNAL_TIMEOUT) in multipleCancelCallsShouldNotCauseMultipleCancellationStatusBeingEmitted()
471 advanceTimeBy(DeviceEntryFaceAuthRepositoryImpl.DEFAULT_CANCEL_SIGNAL_TIMEOUT) in multipleCancelCallsShouldNotCauseMultipleCancellationStatusBeingEmitted()
1081 advanceTimeBy(DeviceEntryFaceAuthRepositoryImpl.DEFAULT_CANCEL_SIGNAL_TIMEOUT) in retryFaceAuthAfterCancel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt682 delay(DEFAULT_CANCEL_SIGNAL_TIMEOUT) in cancel()
703 const val DEFAULT_CANCEL_SIGNAL_TIMEOUT = 3000L constant
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java37 import static com.android.keyguard.KeyguardUpdateMonitor.DEFAULT_CANCEL_SIGNAL_TIMEOUT;
1547 DEFAULT_CANCEL_SIGNAL_TIMEOUT); in testFingerprintCanAuth_whenCancellationNotReceivedAndAuthFailed()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java268 protected static final int DEFAULT_CANCEL_SIGNAL_TIMEOUT = 3000; field in KeyguardUpdateMonitor
3044 mHandler.postDelayed(mFpCancelNotReceived, DEFAULT_CANCEL_SIGNAL_TIMEOUT); in stopListeningForFingerprint()