Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt511 delay(HAL_ERROR_RETRY_TIMEOUT) in handleFaceHardwareError()
709 const val HAL_ERROR_RETRY_TIMEOUT = 500L // ms constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java403 private static final int HAL_ERROR_RETRY_TIMEOUT = 500; // ms field in KeyguardUpdateMonitor
999 HAL_ERROR_RETRY_TIMEOUT);
1035 mLogger.logRetryAfterFpErrorWithDelay(msgId, errString, HAL_ERROR_RETRY_TIMEOUT); in handleFingerprintError()
1037 HAL_ERROR_RETRY_TIMEOUT); in handleFingerprintError()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt1041 advanceTimeBy(DeviceEntryFaceAuthRepositoryImpl.HAL_ERROR_RETRY_TIMEOUT) in retryFaceIfThereIsAHardwareError()