Searched refs:waitForIdleService (Results 1 – 3 of 3) sorted by relevance
125 Utils.waitForIdleService(this::getSensorStates); in cleanup()161 Utils.waitForIdleService(this::getSensorStates); in testEnrollForSensor()165 Utils.waitForIdleService(this::getSensorStates); in testEnrollForSensor()193 Utils.waitForIdleService(this::getSensorStates); in testAuthenticateFromForegroundActivity()197 Utils.waitForIdleService(this::getSensorStates); in testAuthenticateFromForegroundActivity()253 Utils.waitForIdleService(this::getSensorStates); in testRejectThenErrorFromForegroundActivity()257 Utils.waitForIdleService(this::getSensorStates); in testRejectThenErrorFromForegroundActivity()
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()551 Utils.waitForIdleService(this::getSensorStates); in enrollForSensor()
68 public static void waitForIdleService(@NonNull SensorStatesSupplier supplier) throws Exception { in waitForIdleService() method in Utils