Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java193 assertTrue(Utils.isAtLeastStrength(sensorStrength, requestedStrength)); in testIsAtLeastStrength()
196 assertTrue(Utils.isAtLeastStrength(sensorStrength, requestedStrength)); in testIsAtLeastStrength()
200 assertFalse(Utils.isAtLeastStrength(sensorStrength, requestedStrength)); in testIsAtLeastStrength()
203 assertTrue(Utils.isAtLeastStrength(sensorStrength, requestedStrength)); in testIsAtLeastStrength()
210 assertFalse(Utils.isAtLeastStrength(sensorStrength, requestedStrength)); in testIsAtLeastStrength()
213 assertFalse(Utils.isAtLeastStrength(sensorStrength, requestedStrength)); in testIsAtLeastStrength()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java173 Utils.isAtLeastStrength(sensor.oemStrength, requestedStrength); in getStatusForBiometricAuthenticator()
175 Utils.isAtLeastStrength(sensor.getCurrentStrength(), requestedStrength); in getStatusForBiometricAuthenticator()
H A DUtils.java178 public static boolean isAtLeastStrength(@Authenticators.Types int sensorStrength, in isAtLeastStrength() method in Utils
408 return Utils.isAtLeastStrength(service.getCurrentStrength(sensorId), in isStrongBiometric()
H A DBiometricService.java285 if (!Utils.isAtLeastStrength(sensor.oemStrength, Authenticators.BIOMETRIC_STRONG)) { in InvalidationTracker()
861 if (hasEnrollments && Utils.isAtLeastStrength(sensor.getCurrentStrength(), in getAuthenticatorIds()
887 if (!Utils.isAtLeastStrength(getSensorForId(fromSensorId).getCurrentStrength(), in resetLockoutTimeBound()
982 if (Utils.isAtLeastStrength(sensorStrength, requestedStrength)) { in getSupportedModalities()
1197 return Utils.isAtLeastStrength(sensor.getCurrentStrength(), in isStrongBiometric()
/aosp12/frameworks/base/services/
H A Dart-profile13697 HPLcom/android/server/biometrics/Utils;->isAtLeastStrength(II)Z