Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java602 assertTrue(expectedText1.waitUntilGone(TIMEOUT_MS)); in testWaitUntilGone()
612 assertFalse(expectedText1.waitUntilGone(1_000)); in testWaitUntilGone_timeout()
639 assertFalse(expectedScaleText.waitUntilGone(TIMEOUT_MS)); in testPinchOut()
641 assertTrue(expectedScaleText.waitUntilGone(TIMEOUT_MS)); in testPinchOut()
661 assertFalse(expectedScaleText.waitUntilGone(TIMEOUT_MS)); in testPinchIn()
663 assertTrue(expectedScaleText.waitUntilGone(TIMEOUT_MS)); in testPinchIn()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject.java817 public boolean waitUntilGone(long timeout) { in waitUntilGone() method in UiObject
/test/uiautomator/uiautomator/api/
D2.2.0.txt251 method public boolean waitUntilGone(long);
Drestricted_2.2.0.txt251 method public boolean waitUntilGone(long);
Drestricted_2.3.0-beta01.txt291 method public boolean waitUntilGone(long);
D2.3.0-beta01.txt291 method public boolean waitUntilGone(long);
Dcurrent.txt425 method public boolean waitUntilGone(long);
Drestricted_current.txt425 method public boolean waitUntilGone(long);