Home
last modified time | relevance | path

Searched refs:clickAndWaitForNewWindow (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java415 public boolean clickAndWaitForNewWindow() throws UiObjectNotFoundException { in clickAndWaitForNewWindow() method in UiObject
417 return clickAndWaitForNewWindow(WAIT_FOR_WINDOW_TMEOUT); in clickAndWaitForNewWindow()
435 public boolean clickAndWaitForNewWindow(long timeout) throws UiObjectNotFoundException { in clickAndWaitForNewWindow() method in UiObject
442 return getInteractionController().clickAndWaitForNewWindow(rect.centerX(), rect.centerY(), in clickAndWaitForNewWindow()
DInteractionController.java254 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { in clickAndWaitForNewWindow() method in InteractionController
/frameworks/base/cmds/uiautomator/api/
D16.txt57 …method public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFo…
58 …method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectN…
D17.txt65 …method public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFo…
66 …method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectN…
Dcurrent.txt84 …method public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFo…
85 …method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectN…
/frameworks/base/docs/html/topic/libraries/testing-support-library/
Dindex.jd534 allAppsButton.clickAndWaitForNewWindow();</pre>