Home
last modified time | relevance | path

Searched refs:getCurrentStrength (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java408 return Utils.isAtLeastStrength(service.getCurrentStrength(sensorId), in isStrongBiometric()
422 public static @Authenticators.Types int getCurrentStrength(int sensorId) { in getCurrentStrength() method in Utils
426 return service.getCurrentStrength(sensorId); in getCurrentStrength()
H A DBiometricService.java861 if (hasEnrollments && Utils.isAtLeastStrength(sensor.getCurrentStrength(), in getAuthenticatorIds()
887 if (!Utils.isAtLeastStrength(getSensorForId(fromSensorId).getCurrentStrength(), in resetLockoutTimeBound()
921 public int getCurrentStrength(int sensorId) { in getCurrentStrength() method in BiometricService.BiometricServiceWrapper
926 return sensor.getCurrentStrength(); in getCurrentStrength()
981 @Authenticators.Types final int sensorStrength = sensor.getCurrentStrength(); in getSupportedModalities()
1197 return Utils.isAtLeastStrength(sensor.getCurrentStrength(), in isStrongBiometric()
H A DBiometricSensor.java152 @Authenticators.Types int getCurrentStrength() { in getCurrentStrength() method in BiometricSensor
H A DPreAuthInfo.java175 Utils.isAtLeastStrength(sensor.getCurrentStrength(), requestedStrength); in getStatusForBiometricAuthenticator()
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricService.aidl82 int getCurrentStrength(int sensorId); in getCurrentStrength() method
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DSensor.java606 Utils.getCurrentStrength(mSensorProperties.sensorId)); in dumpProtoState()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DSensor.java565 Utils.getCurrentStrength(mSensorProperties.sensorId)); in dumpProtoState()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFace10.java796 Utils.getCurrentStrength(mSensorProperties.sensorId)); in dumpProtoState()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprint21.java806 Utils.getCurrentStrength(mSensorProperties.sensorId)); in dumpProtoState()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java1316 assertEquals(testCases[i][2], sensor.getCurrentStrength()); in testAuthenticatorActualStrength()
/aosp12/frameworks/base/services/
H A Dart-profile13553 HPLcom/android/server/biometrics/BiometricSensor;->getCurrentStrength()I
13592 HPLcom/android/server/biometrics/BiometricService$BiometricServiceWrapper;->getCurrentStrength(I)I+…