Searched refs:isAtLeastStrength (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | UtilsTest.java | 193 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 D | PreAuthInfo.java | 173 Utils.isAtLeastStrength(sensor.oemStrength, requestedStrength); in getStatusForBiometricAuthenticator() 175 Utils.isAtLeastStrength(sensor.getCurrentStrength(), requestedStrength); in getStatusForBiometricAuthenticator()
|
H A D | Utils.java | 178 public static boolean isAtLeastStrength(@Authenticators.Types int sensorStrength, in isAtLeastStrength() method in Utils 408 return Utils.isAtLeastStrength(service.getCurrentStrength(sensorId), in isStrongBiometric()
|
H A D | BiometricService.java | 285 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 D | art-profile | 13697 HPLcom/android/server/biometrics/Utils;->isAtLeastStrength(II)Z
|