Home
last modified time | relevance | path

Searched refs:BIOMETRIC_MIN_STRENGTH (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java190 sensorStrength &= Authenticators.BIOMETRIC_MIN_STRENGTH; in isAtLeastStrength()
233 | Authenticators.BIOMETRIC_MIN_STRENGTH); in isValidAuthenticatorConfig()
242 final int biometricBits = authenticators & Authenticators.BIOMETRIC_MIN_STRENGTH; in isValidAuthenticatorConfig()
374 return authenticators & ~Authenticators.BIOMETRIC_MIN_STRENGTH; in removeBiometricBits()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java177 assertFalse(Utils.isValidAuthenticatorConfig(Authenticators.BIOMETRIC_MIN_STRENGTH)); in testIsValidAuthenticatorConfig()
271 assertEquals(0, authenticators & Authenticators.BIOMETRIC_MIN_STRENGTH); in testRemoveBiometricBits()
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricManager.java181 int BIOMETRIC_MIN_STRENGTH = 0x7FFF; field