Searched refs:BIOMETRIC_ERROR_TIMEOUT (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricConstants.java | 64 int BIOMETRIC_ERROR_TIMEOUT = 3; field 169 BIOMETRIC_ERROR_TIMEOUT,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
D | CoexCoordinatorTest.java | 507 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/ |
D | BiometricServiceTest.java | 184 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/ |
D | CoexCoordinator.java | 390 case BiometricConstants.BIOMETRIC_ERROR_TIMEOUT: in onAuthenticationError()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthControllerTest.java | 283 final int error = BiometricConstants.BIOMETRIC_ERROR_TIMEOUT; in testOnAuthenticationFailedInvoked_whenBiometricTimedOut()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthController.java | 601 || error == BiometricConstants.BIOMETRIC_ERROR_TIMEOUT); in onBiometricError()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricService.java | 572 if (error == BiometricConstants.BIOMETRIC_ERROR_TIMEOUT) {
|
/frameworks/base/core/api/ |
D | current.txt | 17807 field public static final int BIOMETRIC_ERROR_TIMEOUT = 3; // 0x3
|