Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricConstants.java147 int BIOMETRIC_PAUSED_REJECTED = 100; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java343 final boolean isSoftError = (error == BiometricConstants.BIOMETRIC_PAUSED_REJECTED in onBiometricError()
350 final String errorMessage = (error == BiometricConstants.BIOMETRIC_PAUSED_REJECTED) in onBiometricError()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java206 BiometricConstants.BIOMETRIC_PAUSED_REJECTED, in testOnAuthenticationFailedInvoked_whenBiometricRejected()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java614 eq(BiometricConstants.BIOMETRIC_PAUSED_REJECTED), in testRejectFace_whenAuthenticating_notifiesSystemUIAndClient_thenPaused()
633 eq(BiometricConstants.BIOMETRIC_PAUSED_REJECTED), in testRejectFingerprint_whenAuthenticating_notifiesAndKeepsAuthenticating()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java1384 BiometricConstants.BIOMETRIC_PAUSED_REJECTED, 0 /* vendorCode */); in handleAuthenticationRejected()