Searched refs:waitUntilGone (Results 1 - 3 of 3) sorted by relevance

/frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
H A DCtsUiAutomatorTest.java222 result.waitUntilGone(1000);
230 boolean gone = new UiObject(new UiSelector().packageName(PKG_NAME)).waitUntilGone(5000);
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java872 public boolean waitUntilGone(long timeout) { method in class:UiObject
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DUiObject.java872 public boolean waitUntilGone(long timeout) { method in class:UiObject

Completed in 65 milliseconds