Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject.java390 public boolean clickAndWaitForNewWindow() throws UiObjectNotFoundException { in clickAndWaitForNewWindow() method in UiObject
391 return clickAndWaitForNewWindow(WAIT_FOR_WINDOW_TMEOUT); in clickAndWaitForNewWindow()
410 public boolean clickAndWaitForNewWindow(long timeout) throws UiObjectNotFoundException { in clickAndWaitForNewWindow() method in UiObject
419 return getInteractionController().clickAndWaitForNewWindow(rect.centerX(), rect.centerY(), in clickAndWaitForNewWindow()
DInteractionController.java229 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { in clickAndWaitForNewWindow() method in InteractionController
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java240 assertTrue(newWindowsButton.clickAndWaitForNewWindow()); in testClickAndWaitForNewWindow()
250 assertTrue(newWindowsButton.clickAndWaitForNewWindow(4_000)); in testClickAndWaitForNewWindow_timeout()
317 assertUiObjectNotFound(noNode::clickAndWaitForNewWindow); in testClickFamily_throwsUiObjectNotFoundException()
/test/uiautomator/uiautomator/api/
D2.2.0.txt211 …method public boolean clickAndWaitForNewWindow() throws androidx.test.uiautomator.UiObjectNotFound…
212 …method public boolean clickAndWaitForNewWindow(long) throws androidx.test.uiautomator.UiObjectNotF…
Drestricted_2.2.0.txt211 …method public boolean clickAndWaitForNewWindow() throws androidx.test.uiautomator.UiObjectNotFound…
212 …method public boolean clickAndWaitForNewWindow(long) throws androidx.test.uiautomator.UiObjectNotF…
Drestricted_2.3.0-beta01.txt251 …method public boolean clickAndWaitForNewWindow() throws androidx.test.uiautomator.UiObjectNotFound…
252 …method public boolean clickAndWaitForNewWindow(long) throws androidx.test.uiautomator.UiObjectNotF…
D2.3.0-beta01.txt251 …method public boolean clickAndWaitForNewWindow() throws androidx.test.uiautomator.UiObjectNotFound…
252 …method public boolean clickAndWaitForNewWindow(long) throws androidx.test.uiautomator.UiObjectNotF…
Dcurrent.txt385 …method public boolean clickAndWaitForNewWindow() throws androidx.test.uiautomator.UiObjectNotFound…
386 …method public boolean clickAndWaitForNewWindow(long) throws androidx.test.uiautomator.UiObjectNotF…
Drestricted_current.txt385 …method public boolean clickAndWaitForNewWindow() throws androidx.test.uiautomator.UiObjectNotFound…
386 …method public boolean clickAndWaitForNewWindow(long) throws androidx.test.uiautomator.UiObjectNotF…