Searched refs:waitForExists (Results 1 – 13 of 13) sorted by relevance
64 new UiObject(rootsList.childSelector(new UiSelector())).waitForExists(mTimeout); in findRoot()83 if (!new UiObject(rootsList).waitForExists(mTimeout)) { in openDrawer()
177 findPlaceholderMessageTextView().waitForExists(mTimeout); in waitForHolderMessage()266 findDocument(label).waitForExists(mTimeout); in waitForDocument()278 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout); in findDocument()315 doc.waitForExists(mTimeout); in assertFirstDocumentHasFocus()
242 title.waitForExists(mTimeout); in findDownloadRetryDialog()249 title.waitForExists(mTimeout); in findFileRenameDialog()256 title.waitForExists(mTimeout); in findRenameErrorMessage()
110 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout); in findDocument()
63 doc.waitForExists(TIMEOUT); in testDownload_RetryUnsuccessful()
636 if(selectAll.waitForExists(50)) in clearTextField()853 public boolean waitForExists(long timeout) { in waitForExists() method in UiObject906 return waitForExists(0); in exists()
182 if (!scrollable.waitForExists(TIMEOUT)) { in selectScrollableItem()
362 if (note.waitForExists(NOTIFICATION_NO_SCROLL_TIMEOUT_MS)) return note
410 assertTrue("Activity not shown", actionText.waitForExists(TEST_TIMEOUT_MS)); in testNotifyNoInternetAsDialogWhenHighPriority()
88 method public boolean waitForExists(long);
97 method public boolean waitForExists(long);
124 method @Deprecated public boolean waitForExists(long);
214 if (okButton.waitForExists(TIMEOUT_MS) == false) { in prepareVpn()