Searched refs:BIOMETRIC_WEAK (Results 1 – 20 of 20) sorted by relevance
21 import static android.hardware.biometrics.BiometricManager.Authenticators.BIOMETRIC_WEAK;63 assertThat(mCoordinator.getLockoutStateFor(PRIMARY_USER, BIOMETRIC_WEAK)).isEqualTo( in testUserUnlockedWithWeak()69 mCoordinator.authEndedFor(PRIMARY_USER, BIOMETRIC_WEAK, 1 /* sensorId */, in testUserUnlockedWithWeak()74 assertThat(mCoordinator.getLockoutStateFor(PRIMARY_USER, BIOMETRIC_WEAK)).isEqualTo( in testUserUnlockedWithWeak()86 mCoordinator.authEndedFor(PRIMARY_USER, BIOMETRIC_WEAK, 2 /* sensorId */, in testUserLocked()91 assertThat(mCoordinator.getLockoutStateFor(PRIMARY_USER, BIOMETRIC_WEAK)).isEqualTo( in testUserLocked()97 mCoordinator.authEndedFor(PRIMARY_USER, BIOMETRIC_WEAK, 1 /* sensorId */, in testUserLocked()102 assertThat(mCoordinator.getLockoutStateFor(PRIMARY_USER, BIOMETRIC_WEAK)).isEqualTo( in testUserLocked()120 mCoordinator.resetLockoutFor(PRIMARY_USER, BIOMETRIC_WEAK, 0 /* requestId */); in testWeakAndConvenientCannotResetLockout()150 mCoordinator.lockedOutFor(PRIMARY_USER, BIOMETRIC_WEAK, 2 /* sensorId */, in testUserLockedDuringLockoutOfSameSession()[all …]
21 import static android.hardware.biometrics.BiometricManager.Authenticators.BIOMETRIC_WEAK;55 assertThat(lockoutState.getLockoutState(userId, BIOMETRIC_WEAK)).isEqualTo( in unlockAllBiometrics()65 assertThat(lockoutState.getLockoutState(userId, BIOMETRIC_WEAK)).isEqualTo( in lockoutAllBiometrics()90 assertThat(mLockoutState.getLockoutState(PRIMARY_USER, BIOMETRIC_WEAK)).isEqualTo( in testInitialStateLockedOut()102 assertThat(mLockoutState.getLockoutState(PRIMARY_USER, BIOMETRIC_WEAK)).isEqualTo( in testConvenienceLockout()112 mLockoutState.setPermanentLockOut(PRIMARY_USER, BIOMETRIC_WEAK); in testWeakLockout()115 assertThat(mLockoutState.getLockoutState(PRIMARY_USER, BIOMETRIC_WEAK)).isEqualTo( in testWeakLockout()150 mLockoutState.clearPermanentLockOut(PRIMARY_USER, BIOMETRIC_WEAK); in testWeakUnlock()179 lockoutState.clearPermanentLockOut(userOne, BIOMETRIC_WEAK); in multiUser_userOneDoesNotAffectUserTwo()182 assertThat(lockoutState.getLockoutState(userOne, BIOMETRIC_WEAK)).isEqualTo( in multiUser_userOneDoesNotAffectUserTwo()[all …]
47 assertThat(authMap.get(BiometricManager.Authenticators.BIOMETRIC_WEAK)).isEqualTo( in testDefaultMessage()62 assertThat(authMap.get(BiometricManager.Authenticators.BIOMETRIC_WEAK)).isEqualTo( in testSingleMessageCoordinator()77 assertThat(authMap.get(BiometricManager.Authenticators.BIOMETRIC_WEAK)).isEqualTo( in testConvenientLockout()92 assertThat(authMap.get(BiometricManager.Authenticators.BIOMETRIC_WEAK)).isEqualTo( in testConvenientLockoutTimed()116 BiometricManager.Authenticators.BIOMETRIC_WEAK); in testWeakLockout()131 BiometricManager.Authenticators.BIOMETRIC_WEAK); in testWeakLockoutTimed()146 BiometricManager.Authenticators.BIOMETRIC_WEAK); in testWeakUnlock()206 BiometricManager.Authenticators.BIOMETRIC_WEAK); in testAuthAndLockout()208 BiometricManager.Authenticators.BIOMETRIC_WEAK); in testAuthAndLockout()224 BiometricManager.Authenticators.BIOMETRIC_WEAK); in testLockoutAndAuth()[all …]
22 import static android.hardware.biometrics.BiometricManager.Authenticators.BIOMETRIC_WEAK;54 lockOutMap.put(BIOMETRIC_WEAK, in createUnlockedMap()55 new AuthenticatorState(BIOMETRIC_WEAK, false, false)); in createUnlockedMap()74 case Authenticators.BIOMETRIC_WEAK: in setPermanentLockOut()75 authMap.get(BIOMETRIC_WEAK).mPermanentlyLockedOut = true; in setPermanentLockOut()91 case Authenticators.BIOMETRIC_WEAK: in clearPermanentLockOut()92 authMap.get(BIOMETRIC_WEAK).mPermanentlyLockedOut = false; in clearPermanentLockOut()108 case Authenticators.BIOMETRIC_WEAK: in setTimedLockout()109 authMap.get(BIOMETRIC_WEAK).mTimedLockout = true; in setTimedLockout()125 case Authenticators.BIOMETRIC_WEAK: in clearTimedLockout()[all …]
57 mAuthenticatorState.put(Authenticators.BIOMETRIC_WEAK, AUTHENTICATOR_DEFAULT); in AuthResultCoordinator()67 case Authenticators.BIOMETRIC_WEAK: in updateState()68 mAuthenticatorState.put(Authenticators.BIOMETRIC_WEAK, in updateState()69 mapper.apply(mAuthenticatorState.get(Authenticators.BIOMETRIC_WEAK))); in updateState()
86 Authenticators.BIOMETRIC_WEAK, Authenticators.BIOMETRIC_STRONG)) { in endAuthSession()
44 Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK; in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()58 Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK; in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()88 assertEquals(Authenticators.BIOMETRIC_WEAK, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andNoKeyAuthenticators()99 authenticators |= Authenticators.BIOMETRIC_WEAK; in testIsDeviceCredentialAllowed_withIntegerFlags()116 authenticators |= Authenticators.BIOMETRIC_WEAK; in testIsDeviceCredentialAllowed_withBundle()127 assertEquals(Authenticators.BIOMETRIC_WEAK, in testGetBiometricStrength_removeUnrelatedBits()160 assertTrue(Utils.isValidAuthenticatorConfig(Authenticators.BIOMETRIC_WEAK)); in testIsValidAuthenticatorConfig()168 | Authenticators.BIOMETRIC_WEAK)); in testIsValidAuthenticatorConfig()192 int requestedStrength = Authenticators.BIOMETRIC_WEAK; in testIsAtLeastStrength()198 sensorStrength = Authenticators.BIOMETRIC_WEAK; in testIsAtLeastStrength()[all …]
379 setupAuthForOnly(TYPE_FINGERPRINT, Authenticators.BIOMETRIC_WEAK); in testAuthenticate_notStrongEnough_returnsHardwareNotPresent()402 Authenticators.BIOMETRIC_WEAK, in testAuthenticate_picksStrongIfAvailable()497 Authenticators.BIOMETRIC_WEAK, in testAuthenticateBothFpAndFace_shouldShowDefaultSubtitle()574 setupAuthForOnly(TYPE_FINGERPRINT, Authenticators.BIOMETRIC_WEAK); in testAuthenticate_happyPathWithoutConfirmation_weakBiometric()692 setupAuthForOnly(TYPE_FACE, Authenticators.BIOMETRIC_WEAK); in testAuthenticate_happyPathWithConfirmation_weakBiometric()1461 Authenticators.BIOMETRIC_WEAK}, in testAuthenticatorActualStrength()1465 Authenticators.BIOMETRIC_WEAK}, in testAuthenticatorActualStrength()1472 {Authenticators.BIOMETRIC_WEAK, Authenticators.EMPTY_SET, in testAuthenticatorActualStrength()1473 Authenticators.BIOMETRIC_WEAK}, in testAuthenticatorActualStrength()1534 sensor.updateStrength(Authenticators.BIOMETRIC_WEAK); in testWithDowngradedAuthenticator()[all …]
81 BiometricAuthenticator.TYPE_FACE, Authenticators.BIOMETRIC_WEAK, in testCallbackReceived_whenAllStrongSensorsInvalidated()
115 ? Authenticators.DEVICE_CREDENTIAL | Authenticators.BIOMETRIC_WEAK in combineAuthenticatorBundles()116 : Authenticators.BIOMETRIC_WEAK; in combineAuthenticatorBundles()147 return authenticators & Authenticators.BIOMETRIC_WEAK; in getPublicBiometricStrength()248 } else if (biometricBits == Authenticators.BIOMETRIC_WEAK) { in isValidAuthenticatorConfig()543 case BiometricManager.Authenticators.BIOMETRIC_WEAK: in authenticatorStrengthToPropertyStrength()558 return Authenticators.BIOMETRIC_WEAK; in propertyStrengthToAuthenticatorStrength()
660 && strength != Authenticators.BIOMETRIC_WEAK
116 BIOMETRIC_WEAK,160 int BIOMETRIC_WEAK = 0x00FF; field205 case Authenticators.BIOMETRIC_WEAK: in authenticatorToStr()421 Authenticators.BIOMETRIC_WEAK); in canAuthenticate()
1066 final int biometricStrength = authenticators & Authenticators.BIOMETRIC_WEAK; in authenticate()
294 authenticators = BiometricManager.Authenticators.BIOMETRIC_WEAK324 authenticators = BiometricManager.Authenticators.BIOMETRIC_WEAK or339 authenticators = BiometricManager.Authenticators.BIOMETRIC_WEAK or469 authenticators: Int = BiometricManager.Authenticators.BIOMETRIC_WEAK,480 authenticators: Int = BiometricManager.Authenticators.BIOMETRIC_WEAK,505 authenticators: Int = BiometricManager.Authenticators.BIOMETRIC_WEAK,
65 var authenticators = Authenticators.BIOMETRIC_WEAK162 SensorProperties.STRENGTH_WEAK -> Authenticators.BIOMETRIC_WEAK
21 import static android.hardware.biometrics.BiometricManager.Authenticators.BIOMETRIC_WEAK;109 .containsExactly(BIOMETRIC_WEAK, BIOMETRIC_STRONG); in registersAllProviders()
21 import static android.hardware.biometrics.BiometricManager.Authenticators.BIOMETRIC_WEAK;113 .containsExactly(BIOMETRIC_WEAK, BIOMETRIC_STRONG); in registersAllProviders()
93 (promptInfo.authenticators and Authenticators.BIOMETRIC_WEAK) != 0
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18301 field public static final int BIOMETRIC_WEAK = 255; // 0xff