Home
last modified time | relevance | path

Searched refs:propertyStrengthToAuthenticatorStrength (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceServiceRegistry.java57 Utils.propertyStrengthToAuthenticatorStrength(props.sensorStrength); in registerService()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintServiceRegistry.java57 Utils.propertyStrengthToAuthenticatorStrength(props.sensorStrength); in registerService()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisService.java80 Utils.propertyStrengthToAuthenticatorStrength( in registerAuthenticators()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java552 public static @Authenticators.Types int propertyStrengthToAuthenticatorStrength( in propertyStrengthToAuthenticatorStrength() method in Utils