Home
last modified time | relevance | path

Searched refs:BIOMETRIC_PAUSED_REJECTED (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricConstants.java169 int BIOMETRIC_PAUSED_REJECTED = 100; field
193 BIOMETRIC_PAUSED_REJECTED})
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java481 BiometricConstants.BIOMETRIC_PAUSED_REJECTED, in testOnAuthenticationFailedInvoked_whenBiometricRejected()
494 BiometricConstants.BIOMETRIC_PAUSED_REJECTED); in testOnAuthenticationFailedInvoked_coex_whenFaceAuthRejected_withPaused()
530 BiometricConstants.BIOMETRIC_PAUSED_REJECTED, in testOnAuthenticationFailedInvoked_whenFingerprintAuthRejected()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java1088 final boolean isSoftError = (error == BiometricConstants.BIOMETRIC_PAUSED_REJECTED in onBiometricError()
1096 final String errorMessage = (error == BiometricConstants.BIOMETRIC_PAUSED_REJECTED in onBiometricError()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java668 BiometricConstants.BIOMETRIC_PAUSED_REJECTED, 0 /* vendorCode */); in onAuthenticationRejected()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java756 eq(BiometricConstants.BIOMETRIC_PAUSED_REJECTED), in testRejectFace_whenAuthenticating_notifiesSystemUIAndClient_thenPaused()
775 eq(BiometricConstants.BIOMETRIC_PAUSED_REJECTED), in testRejectFingerprint_whenAuthenticating_notifiesAndKeepsAuthenticating()