Searched refs:clickAndWaitForNewWindow (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java409 * See {@link #clickAndWaitForNewWindow(long)}
415 public boolean clickAndWaitForNewWindow() throws UiObjectNotFoundException { method in class:UiObject
417 return clickAndWaitForNewWindow(WAIT_FOR_WINDOW_TMEOUT);
435 public boolean clickAndWaitForNewWindow(long timeout) throws UiObjectNotFoundException { method in class:UiObject
442 return getInteractionController().clickAndWaitForNewWindow(rect.centerX(), rect.centerY(),
H A DInteractionController.java252 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { method in class:InteractionController
253 String logString = String.format("clickAndWaitForNewWindow(%d, %d)", x, y);

Completed in 462 milliseconds