Home
last modified time | relevance | path

Searched refs:fingerprintStrength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthServiceTest.java205 final int fingerprintStrength = 15; in testRegisterAuthenticator_registerAuthenticators() local
212 String.format("%d:2:%d", fingerprintId, fingerprintStrength), in testRegisterAuthenticator_registerAuthenticators()
236 Utils.authenticatorStrengthToPropertyStrength(fingerprintStrength)); in testRegisterAuthenticator_registerAuthenticators()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintProviderTest.java175 final int fingerprintStrength = 15; in testAddingHidlSensors() local
176 final String config = String.format("%d:2:%d", fingerprintId, fingerprintStrength); in testAddingHidlSensors()