Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java250 BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED), in testGetAuthenticationTypeForResult_getsCorrectType()
DAuthSessionTest.java23 …t static android.hardware.biometrics.BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIR…
578 session.onDialogDismissed(DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED, null); in testLogOnDialogDismissed_authenticatedWithoutConfirmation()
DBiometricServiceTest.java671 BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED, in testAuthenticate_happyPathWithoutConfirmation()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java112 public static final int DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED = 4; field in BiometricPrompt
147 DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED,
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java332 case BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED: in getAuthenticationTypeForResult()
DAuthSession.java846 case BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED: in onDialogDismissed()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java402 eq(BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED), in testSendsReasonConfirmNotRequired_whenDismissedByAuthenticated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java543 BiometricPrompt.DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED, in onDismissed()