Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A 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()
H A DInteractionController.java252 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { in clickAndWaitForNewWindow() method in InteractionController
/aosp12/frameworks/base/cmds/uiautomator/api/
H A D16.txt57 …method public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFo…
58 …method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectN…
H A D17.txt65 …method public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFo…
66 …method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectN…
H A Dcurrent.txt85 …method @Deprecated public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.U…
86 …method @Deprecated public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.co…