Searched refs:getSensorStates (Results 1 – 3 of 3) sorted by relevance
68 private SensorStates getSensorStates() throws Exception { in getSensorStates() method in FingerprintServiceTest125 Utils.waitForIdleService(this::getSensorStates); in cleanup()127 final SensorStates sensorStates = getSensorStates(); in cleanup()161 Utils.waitForIdleService(this::getSensorStates); in testEnrollForSensor()165 Utils.waitForIdleService(this::getSensorStates); in testEnrollForSensor()167 final SensorStates sensorStates = getSensorStates(); in testEnrollForSensor()193 Utils.waitForIdleService(this::getSensorStates); in testAuthenticateFromForegroundActivity()197 Utils.waitForIdleService(this::getSensorStates); in testAuthenticateFromForegroundActivity()208 assertFalse(getSensorStates().areAllSensorsIdle()); in testAuthenticateFromForegroundActivity()253 Utils.waitForIdleService(this::getSensorStates); in testRejectThenErrorFromForegroundActivity()[all …]
139 protected SensorStates getSensorStates() throws Exception { in getSensorStates() method in BiometricTestBase297 Utils.waitForIdleService(this::getSensorStates); in showCredentialOnlyBiometricPromptWithContents()333 Utils.waitForIdleService(this::getSensorStates); in showDeviceCredentialAllowedBiometricPrompt()501 Utils.waitForIdleService(this::getSensorStates); in cleanup()529 Utils.waitForIdleService(this::getSensorStates); in cleanup()547 Utils.waitForBusySensor(sensorId, this::getSensorStates); in enrollForSensor()551 Utils.waitForIdleService(this::getSensorStates); in enrollForSensor()
61 SensorStates getSensorStates() throws Exception; in getSensorStates() method70 if (!supplier.getSensorStates().areAllSensorsIdle()) { in waitForIdleService()86 if (!supplier.getSensorStates().sensorStates.get(sensorId).isBusy()) { in waitForBusySensor()