Home
last modified time | relevance | path

Searched refs:DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java252 case BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED: in getAuthenticationTypeForResult()
DBiometricService.java1546 case BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED: in handleOnDismissed()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java246 BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED), in testGetAuthenticationTypeForResult_getsCorrectType()
DBiometricServiceTest.java500 BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED, in testAuthenticate_happyPathWithoutConfirmation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java200 BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED, in onDismissed()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java156 public static final int DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED = 4; field in BiometricPrompt
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java148 eq(BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED), in testSendsReasonConfirmNotRequired_whenDismissedByAuthenticated()