Home
last modified time | relevance | path

Searched defs:requestedStrength (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java107 final int requestedStrength = Utils.getPublicBiometricStrength(promptInfo); in create() local
169 boolean checkDevicePolicyManager, int requestedStrength, in getStatusForBiometricAuthenticator()
H A DUtils.java188 @Authenticators.Types int requestedStrength) { in isAtLeastStrength()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java192 int requestedStrength = Authenticators.BIOMETRIC_WEAK; in testIsAtLeastStrength() local