Searched refs:BIOMETRIC_STRONG (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | BiometricServiceTest.java | 153 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 …]
|
D | UtilsTest.java | 158 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/ |
D | BiometricManager.java | 97 BIOMETRIC_STRONG, 131 int BIOMETRIC_STRONG = 0x000F; field
|
D | BiometricPrompt.java | 885 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/ |
D | Utils.java | 185 } else if (biometricBits == Authenticators.BIOMETRIC_STRONG) { in isValidAuthenticatorConfig()
|
D | BiometricService.java | 810 if (strength != Authenticators.BIOMETRIC_STRONG in registerAuthenticator() 890 Authenticators.BIOMETRIC_STRONG) && id != 0) { in getAuthenticatorIds()
|
D | BiometricServiceBase.java | 698 return biometricBits == BiometricManager.Authenticators.BIOMETRIC_STRONG; in isStrongBiometric()
|
/frameworks/base/api/ |
D | current.txt | 17068 field public static final int BIOMETRIC_STRONG = 15; // 0xf
|