Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java153 setupAuthForOnly(BiometricAuthenticator.TYPE_FACE, Authenticators.BIOMETRIC_STRONG); in testClientBinderDied_whenPaused()
181 setupAuthForOnly(BiometricAuthenticator.TYPE_FACE, Authenticators.BIOMETRIC_STRONG); in testClientBinderDied_whenAuthenticating()
285 BiometricAuthenticator.TYPE_FINGERPRINT, Authenticators.BIOMETRIC_STRONG, in testAuthenticate_withoutEnrolled_returnsErrorNoBiometrics()
302 Authenticators.BIOMETRIC_STRONG); in testAuthenticate_notStrongEnough_returnsHardwareNotPresent()
322 Authenticators.BIOMETRIC_STRONG, in testAuthenticate_picksStrongIfAvailable()
328 false /* requireConfirmation */, Authenticators.BIOMETRIC_STRONG); in testAuthenticate_picksStrongIfAvailable()
356 BiometricAuthenticator.TYPE_FINGERPRINT, Authenticators.BIOMETRIC_STRONG, in testAuthenticate_whenHalIsDead_returnsErrorHardwareUnavailable()
371 setupAuthForOnly(BiometricAuthenticator.TYPE_FACE, Authenticators.BIOMETRIC_STRONG); in testAuthenticateFace_respectsUserSetting()
426 setupAuthForOnly(BiometricAuthenticator.TYPE_FINGERPRINT, Authenticators.BIOMETRIC_STRONG); in testAuthenticate_happyPathWithoutConfirmation_strongBiometric()
518 setupAuthForOnly(BiometricAuthenticator.TYPE_FACE, Authenticators.BIOMETRIC_STRONG); in testAuthenticate_noBiometrics_credentialAllowed()
[all …]
DUtilsTest.java158 assertTrue(Utils.isValidAuthenticatorConfig(Authenticators.BIOMETRIC_STRONG)); in testIsValidAuthenticatorConfig()
165 | Authenticators.BIOMETRIC_STRONG)); in testIsValidAuthenticatorConfig()
191 int sensorStrength = Authenticators.BIOMETRIC_STRONG; in testIsAtLeastStrength()
195 requestedStrength = Authenticators.BIOMETRIC_STRONG; in testIsAtLeastStrength()
199 requestedStrength = Authenticators.BIOMETRIC_STRONG; in testIsAtLeastStrength()
208 sensorStrength = Authenticators.BIOMETRIC_STRONG; in testIsAtLeastStrength()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricManager.java97 BIOMETRIC_STRONG,
131 int BIOMETRIC_STRONG = 0x000F; field
DBiometricPrompt.java885 KEY_AUTHENTICATORS_ALLOWED, Authenticators.BIOMETRIC_STRONG); in authenticate()
887 if ((biometricStrength & ~Authenticators.BIOMETRIC_STRONG) != 0) { in authenticate()
974 Authenticators.BIOMETRIC_STRONG)); in authenticateInternal()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java185 } else if (biometricBits == Authenticators.BIOMETRIC_STRONG) { in isValidAuthenticatorConfig()
DBiometricService.java810 if (strength != Authenticators.BIOMETRIC_STRONG in registerAuthenticator()
890 Authenticators.BIOMETRIC_STRONG) && id != 0) { in getAuthenticatorIds()
DBiometricServiceBase.java698 return biometricBits == BiometricManager.Authenticators.BIOMETRIC_STRONG; in isStrongBiometric()
/frameworks/base/api/
Dcurrent.txt17068 field public static final int BIOMETRIC_STRONG = 15; // 0xf