Home
last modified time | relevance | path

Searched refs:waitForExists (Results 1 – 8 of 8) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java118 assertTrue(expectedDragDest.waitForExists(TIMEOUT_MS)); in testDragTo_destObjAndSteps()
137 assertTrue(expectedDragDest.waitForExists(TIMEOUT_MS)); in testDragTo_destXAndDestYAndSteps()
158 assertTrue(expectedSwipeRegion.waitForExists(TIMEOUT_MS)); in testSwipeUp()
177 assertTrue(expectedSwipeRegion.waitForExists(TIMEOUT_MS)); in testSwipeDown()
196 assertTrue(expectedSwipeRegion.waitForExists(TIMEOUT_MS)); in testSwipeLeft()
215 assertTrue(expectedSwipeRegion.waitForExists(TIMEOUT_MS)); in testSwipeRight()
230 assertTrue(expectedButton1.waitForExists(TIMEOUT_MS)); in testClick()
578 assertTrue(expectedText1.waitForExists(TIMEOUT_MS)); in testWaitForExists()
591 assertFalse(expectedText1.waitForExists(1_000)); in testWaitForExist_timeout()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject.java795 public boolean waitForExists(long timeout) { in waitForExists() method in UiObject
842 return waitForExists(0); in exists()
/test/uiautomator/uiautomator/api/
D2.2.0.txt250 method public boolean waitForExists(long);
Drestricted_2.2.0.txt250 method public boolean waitForExists(long);
Drestricted_2.3.0-beta01.txt290 method public boolean waitForExists(long);
D2.3.0-beta01.txt290 method public boolean waitForExists(long);
Dcurrent.txt424 method public boolean waitForExists(long);
Drestricted_current.txt424 method public boolean waitForExists(long);