Searched refs:getCurrentStrength (Results 1 – 11 of 11) sorted by relevance
408 return Utils.isAtLeastStrength(service.getCurrentStrength(sensorId), in isStrongBiometric()422 public static @Authenticators.Types int getCurrentStrength(int sensorId) { in getCurrentStrength() method in Utils426 return service.getCurrentStrength(sensorId); in getCurrentStrength()
861 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.BiometricServiceWrapper926 return sensor.getCurrentStrength(); in getCurrentStrength()981 @Authenticators.Types final int sensorStrength = sensor.getCurrentStrength(); in getSupportedModalities()1197 return Utils.isAtLeastStrength(sensor.getCurrentStrength(), in isStrongBiometric()
152 @Authenticators.Types int getCurrentStrength() { in getCurrentStrength() method in BiometricSensor
175 Utils.isAtLeastStrength(sensor.getCurrentStrength(), requestedStrength); in getStatusForBiometricAuthenticator()
82 int getCurrentStrength(int sensorId); in getCurrentStrength() method
606 Utils.getCurrentStrength(mSensorProperties.sensorId)); in dumpProtoState()
565 Utils.getCurrentStrength(mSensorProperties.sensorId)); in dumpProtoState()
796 Utils.getCurrentStrength(mSensorProperties.sensorId)); in dumpProtoState()
806 Utils.getCurrentStrength(mSensorProperties.sensorId)); in dumpProtoState()
1316 assertEquals(testCases[i][2], sensor.getCurrentStrength()); in testAuthenticatorActualStrength()
13553 HPLcom/android/server/biometrics/BiometricSensor;->getCurrentStrength()I13592 HPLcom/android/server/biometrics/BiometricService$BiometricServiceWrapper;->getCurrentStrength(I)I+…