Searched refs:FACE_ERROR_TIMEOUT (Results 1 – 11 of 11) sorted by relevance
23 import android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_TIMEOUT86 fun isTimeoutError() = msgId == FACE_ERROR_TIMEOUT in isLockoutError()
23 import android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_TIMEOUT83 assertTrue(underTest.shouldSuppressErrorMsg(BiometricSourceType.FACE, FACE_ERROR_TIMEOUT)) in suppressErrorMsg_facePrimaryAuthRequired()158 assertFalse(underTest.isFaceLockoutErrorMsg(FACE_ERROR_TIMEOUT)) in isFaceLockoutErrorMsgId()
60 FACE_ERROR_TIMEOUT,95 public static final int FACE_ERROR_TIMEOUT = 3; field in BiometricFaceConstants
22 import android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_TIMEOUT369 ErrorFaceAuthenticationStatus(msgId = FACE_ERROR_TIMEOUT, msg = "test") in faceTimeoutErrorMessage()388 ErrorFaceAuthenticationStatus(msgId = FACE_ERROR_TIMEOUT, msg = "test") in faceTimeoutDeferredErrorMessage()
21 import android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_TIMEOUT203 setOf(FACE_ERROR_TIMEOUT)) in onChange()
23 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_TIMEOUT;562 mController.getKeyguardCallback().onBiometricError(FACE_ERROR_TIMEOUT, in transientIndication_visibleWhenDozing_unlessSwipeUp_fromError()596 mController.getKeyguardCallback().onBiometricError(FACE_ERROR_TIMEOUT, in transientIndication_swipeUpToRetry()611 mController.getKeyguardCallback().onBiometricError(FACE_ERROR_TIMEOUT, in transientIndication_swipeUpToRetry_faceAuthenticated()626 FACE_ERROR_TIMEOUT, message, BiometricSourceType.FACE); in faceErrorTimeout_whenFingerprintEnrolled_doesNotShowMessage()739 mKeyguardUpdateMonitorCallback.onBiometricError(FACE_ERROR_TIMEOUT, "face timeout", in sendTooDarkFaceHelpMessages_onTimeout_noFpEnrolled()769 mKeyguardUpdateMonitorCallback.onBiometricError(FACE_ERROR_TIMEOUT, "face timeout", in sendTooDarkFaceHelpMessages_onTimeout_fingerprintEnrolled()
57 return BiometricFaceConstants.FACE_ERROR_TIMEOUT; in toFrameworkError()
263 BiometricFaceConstants.FACE_ERROR_TIMEOUT in faceErrorSettingsChanged()
57 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_TIMEOUT;906 case FACE_ERROR_TIMEOUT: in getErrorString()
390 BiometricFaceConstants.FACE_ERROR_TIMEOUT, in <lambda>()
25 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_TIMEOUT;1446 if (msgId == FACE_ERROR_TIMEOUT) { in onFaceAuthError()