HomeSort by relevance Sort by last modified time
    Searched refs:waitForIdle (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 193 waitForIdle();
206 waitForIdle();
219 waitForIdle();
314 waitForIdle();
329 waitForIdle();
342 waitForIdle();
354 waitForIdle();
366 waitForIdle();
473 public void waitForIdle() {
475 waitForIdle(Configurator.getInstance().getWaitForIdleTimeout())
    [all...]
UiAutomatorBridge.java 90 public void waitForIdle() {
91 waitForIdle(TOTAL_TIME_TO_WAIT_FOR_IDLE_STATE);
94 public void waitForIdle(long timeout) {
96 mUiAutomation.waitForIdle(QUIET_TIME_TO_BE_CONSIDERD_IDLE_STATE, timeout);
QueryController.java 92 mUiAutomatorBridge.waitForIdle();
106 mUiAutomatorBridge.waitForIdle();
143 mUiAutomatorBridge.waitForIdle();
493 mUiAutomatorBridge.waitForIdle();
504 mUiAutomatorBridge.waitForIdle();
  /frameworks/uiautomator/src/com/android/uiautomator/core/
UiDevice.java 193 waitForIdle();
206 waitForIdle();
219 waitForIdle();
314 waitForIdle();
329 waitForIdle();
342 waitForIdle();
354 waitForIdle();
366 waitForIdle();
473 public void waitForIdle() {
475 waitForIdle(Configurator.getInstance().getWaitForIdleTimeout())
    [all...]
UiAutomatorBridge.java 90 public void waitForIdle() {
91 waitForIdle(TOTAL_TIME_TO_WAIT_FOR_IDLE_STATE);
94 public void waitForIdle(long timeout) {
96 mUiAutomation.waitForIdle(QUIET_TIME_TO_BE_CONSIDERD_IDLE_STATE, timeout);
QueryController.java 92 mUiAutomatorBridge.waitForIdle();
106 mUiAutomatorBridge.waitForIdle();
143 mUiAutomatorBridge.waitForIdle();
491 mUiAutomatorBridge.waitForIdle();
502 mUiAutomatorBridge.waitForIdle();
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityActivityTestCase.java 58 getInstrumentation().getUiAutomation().waitForIdle(
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationDriver.java 63 uiAutomation.waitForIdle(QUIET_TIME_TO_BE_CONSIDERD_IDLE_STATE, timeoutMillis);
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java 197 mInstrumentation.waitForIdle(this);
201 mInstrumentation.waitForIdle(new AsyncTaskHasFinishedRunnable());
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 87 uiAutomation.waitForIdle(1000, 1000 * 10);
  /frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 87 uiAutomation.waitForIdle(1000, 1000 * 10);
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java 90 * Waits for an idle sync on the main thread (see {@link Instrumentation#waitForIdle(Runnable)})
95 mInstrumentation.waitForIdle(future);
  /prebuilts/sdk/16/
uiautomator.jar 
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 61 UiDevice.getInstance().waitForIdle();
610 device.waitForIdle(); // isNaturalOrientation is not waiting for idle
615 device.waitForIdle(); // isNaturalOrientation is not waiting for idle
620 device.waitForIdle(); // isNaturalOrientation is not waiting for idle
    [all...]
  /frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
CtsUiAutomatorTest.java 57 UiDevice.getInstance().waitForIdle();
584 device.waitForIdle(); // isNaturalOrientation is not waiting for idle
589 device.waitForIdle(); // isNaturalOrientation is not waiting for idle
594 device.waitForIdle(); // isNaturalOrientation is not waiting for idle
    [all...]
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /frameworks/base/core/java/android/app/
UiAutomation.java 516 public void waitForIdle(long idleTimeoutMillis, long globalTimeoutMillis)
Instrumentation.java 318 public void waitForIdle(Runnable recipient) {
333 idler.waitForIdle();
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 484 public void waitForIdle() {
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 404 mInstrumentation.waitForIdle(mr);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java     [all...]

Completed in 529 milliseconds

1 2