Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java829 Utils.authenticatorStrengthToPropertyStrength(strength), maxEnrollmentsPerUser, in getHidlFingerprintSensorProps()
836 Utils.authenticatorStrengthToPropertyStrength(strength), maxEnrollmentsPerUser, in getHidlFingerprintSensorProps()
851 Utils.authenticatorStrengthToPropertyStrength(strength), maxTemplatesAllowed, in getHidlFaceSensorProps()
863 Utils.authenticatorStrengthToPropertyStrength(strength), maxEnrollmentsPerUser, in getHidlIrisSensorProps()
H A DUtils.java538 public static @SensorProperties.Strength int authenticatorStrengthToPropertyStrength( in authenticatorStrengthToPropertyStrength() method in Utils
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthServiceTest.java191 Utils.authenticatorStrengthToPropertyStrength(fingerprintStrength)); in testRegisterAuthenticator_registerAuthenticators()
197 Utils.authenticatorStrengthToPropertyStrength(faceStrength)); in testRegisterAuthenticator_registerAuthenticators()