Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/face/
DHidlFaceSensorConfig.java63 commonProps.sensorStrength = authenticatorStrengthToPropertyStrength(mStrength); in mapHidlToAidlFaceSensorConfigurations()
72 private byte authenticatorStrengthToPropertyStrength( in authenticatorStrengthToPropertyStrength() method in HidlFaceSensorConfig
/frameworks/base/core/java/android/hardware/fingerprint/
DHidlFingerprintSensorConfig.java67 commonProps.sensorStrength = authenticatorStrengthToPropertyStrength(mStrength); in mapHidlToAidlSensorConfiguration()
106 private byte authenticatorStrengthToPropertyStrength( in authenticatorStrengthToPropertyStrength() method in HidlFingerprintSensorConfig
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java1001 Utils.authenticatorStrengthToPropertyStrength(strength), maxEnrollmentsPerUser, in getHidlFingerprintSensorProps()
1008 Utils.authenticatorStrengthToPropertyStrength(strength), maxEnrollmentsPerUser, in getHidlFingerprintSensorProps()
1023 Utils.authenticatorStrengthToPropertyStrength(strength), maxTemplatesAllowed, in getHidlFaceSensorProps()
1035 Utils.authenticatorStrengthToPropertyStrength(strength), maxEnrollmentsPerUser, in getHidlIrisSensorProps()
DUtils.java550 public static @SensorProperties.Strength int authenticatorStrengthToPropertyStrength( in authenticatorStrengthToPropertyStrength() method in Utils
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthServiceTest.java236 Utils.authenticatorStrengthToPropertyStrength(fingerprintStrength)); in testRegisterAuthenticator_registerAuthenticators()
246 Utils.authenticatorStrengthToPropertyStrength(faceStrength)); in testRegisterAuthenticator_registerAuthenticators()