Home
last modified time | relevance | path

Searched refs:BIOMETRIC_ERROR_TIMEOUT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricConstants.java64 int BIOMETRIC_ERROR_TIMEOUT = 3; field
169 BIOMETRIC_ERROR_TIMEOUT,
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DCoexCoordinatorTest.java507 mCoexCoordinator.onAuthenticationError(client, BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, in testBiometricPrompt_FaceError()
533 mCoexCoordinator.onAuthenticationError(client, BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, in testKeyguard_faceAuthOnly()
566 BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, mErrorCallback); in testKeyguard_coex_faceError()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java184 BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, in testClientBinderDied_whenPaused()
673 BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, in testErrorHalTimeout_whenAuthenticating_entersPausedState()
680 eq(BiometricConstants.BIOMETRIC_ERROR_TIMEOUT), in testErrorHalTimeout_whenAuthenticating_entersPausedState()
722 BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, in testErrorFromHal_whenPaused_notifiesSystemUIAndClient()
1047 BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, in testDismissedReasonNegative_whilePaused_invokeHalCancel()
1067 BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, in testDismissedReasonUserCancel_whilePaused_invokesHalCancel()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DCoexCoordinator.java390 case BiometricConstants.BIOMETRIC_ERROR_TIMEOUT: in onAuthenticationError()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java283 final int error = BiometricConstants.BIOMETRIC_ERROR_TIMEOUT; in testOnAuthenticationFailedInvoked_whenBiometricTimedOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java601 || error == BiometricConstants.BIOMETRIC_ERROR_TIMEOUT); in onBiometricError()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java572 if (error == BiometricConstants.BIOMETRIC_ERROR_TIMEOUT) {
/frameworks/base/core/api/
Dcurrent.txt17807 field public static final int BIOMETRIC_ERROR_TIMEOUT = 3; // 0x3