Home
last modified time | relevance | path

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

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