Searched defs:waitForExists (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java636 if(selectAll.waitForExists(50))
853 public boolean waitForExists(long timeout) { method in class:UiObject
896 * This methods performs a {@link #waitForExists(long)} with zero timeout. This
899 * {@link #waitForExists(long)}.
906 return waitForExists(0);

Completed in 171 milliseconds