Searched refs:startAllPreparedSensors (Results 1 – 1 of 1) sorted by relevance
391 startAllPreparedSensors(sensor -> sensor.modality != TYPE_FINGERPRINT); in startAllPreparedSensorsExceptFingerprint()395 startAllPreparedSensors(sensor -> sensor.modality == TYPE_FINGERPRINT); in startAllPreparedFingerprintSensors()398 private void startAllPreparedSensors(Function<BiometricSensor, Boolean> filter) { in startAllPreparedSensors() method in AuthSession