Searched refs:getCurrentStrength (Results 1 – 3 of 3) sorted by relevance
116 public int getCurrentStrength() { in getCurrentStrength() method in SensorStates.SensorState
544 final int currentStrength = getCurrentStrength(sensorId); in testBiometricStrengthUpgraded_forSensor()631 final int currentStrength = getCurrentStrength(sensorId); in waitForSensorToBecomeStrength()
437 protected int getCurrentStrength(int sensorId) throws Exception { in getCurrentStrength() method in BiometricTestBase439 return serviceState.mSensorStates.sensorStates.get(sensorId).getCurrentStrength(); in getCurrentStrength()