Searched refs:waitForIdle (Results 1 - 6 of 6) sorted by relevance

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java193 waitForIdle();
206 waitForIdle();
219 waitForIdle();
314 waitForIdle();
329 waitForIdle();
342 waitForIdle();
354 waitForIdle();
366 waitForIdle();
473 public void waitForIdle() { method in class:UiDevice
475 waitForIdle(Configurato
483 public void waitForIdle(long timeout) { method in class:UiDevice
[all...]
H A DUiAutomatorBridge.java90 public void waitForIdle() { method in class:UiAutomatorBridge
91 waitForIdle(TOTAL_TIME_TO_WAIT_FOR_IDLE_STATE);
94 public void waitForIdle(long timeout) { method in class:UiAutomatorBridge
96 mUiAutomation.waitForIdle(QUIET_TIME_TO_BE_CONSIDERD_IDLE_STATE, timeout);
H A DQueryController.java92 mUiAutomatorBridge.waitForIdle();
106 mUiAutomatorBridge.waitForIdle();
143 mUiAutomatorBridge.waitForIdle();
493 mUiAutomatorBridge.waitForIdle();
504 mUiAutomatorBridge.waitForIdle();
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java87 uiAutomation.waitForIdle(1000, 1000 * 10);
/frameworks/base/core/java/android/app/
H A DUiAutomation.java516 public void waitForIdle(long idleTimeoutMillis, long globalTimeoutMillis) method in class:UiAutomation
H A DInstrumentation.java318 public void waitForIdle(Runnable recipient) { method in class:Instrumentation
333 idler.waitForIdle();
1783 public void waitForIdle() { method in class:Instrumentation.Idler

Completed in 139 milliseconds