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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java309 * See {@link #clickAndWaitForNewWindow(long)}
316 public boolean clickAndWaitForNewWindow() throws UiObjectNotFoundException { method in class:UiObject
317 return clickAndWaitForNewWindow(WAIT_FOR_WINDOW_TMEOUT);
334 public boolean clickAndWaitForNewWindow(long timeout) throws UiObjectNotFoundException { method in class:UiObject
340 return getInteractionController().clickAndWaitForNewWindow(
H A DInteractionController.java317 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { method in class:InteractionController

Completed in 51 milliseconds