Home
last modified time | relevance | path

Searched refs:getSensorStates (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintServiceTest.java68 private SensorStates getSensorStates() throws Exception { in getSensorStates() method in FingerprintServiceTest
125 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 …]
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricTestBase.java139 protected SensorStates getSensorStates() throws Exception { in getSensorStates() method in BiometricTestBase
297 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()
DUtils.java61 SensorStates getSensorStates() throws Exception; in getSensorStates() method
70 if (!supplier.getSensorStates().areAllSensorsIdle()) { in waitForIdleService()
86 if (!supplier.getSensorStates().sensorStates.get(sensorId).isBusy()) { in waitForBusySensor()