Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DSidebarBot.java64 new UiObject(rootsList.childSelector(new UiSelector())).waitForExists(mTimeout); in findRoot()
83 if (!new UiObject(rootsList).waitForExists(mTimeout)) { in openDrawer()
H A DDirectoryListBot.java177 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()
H A DUiBot.java242 title.waitForExists(mTimeout); in findDownloadRetryDialog()
249 title.waitForExists(mTimeout); in findFileRenameDialog()
256 title.waitForExists(mTimeout); in findRenameErrorMessage()
H A DGestureBot.java110 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout); in findDocument()
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DIntegratedDownloadsUiTest.java63 doc.waitForExists(TIMEOUT); in testDownload_RetryUnsuccessful()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java636 if(selectAll.waitForExists(50)) in clearTextField()
853 public boolean waitForExists(long timeout) { in waitForExists() method in UiObject
906 return waitForExists(0); in exists()
/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
H A DZonePickerSettingsTest.java182 if (!scrollable.waitForExists(TIMEOUT)) { in selectScrollableItem()
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DDownloadServiceTest.kt362 if (note.waitForExists(NOTIFICATION_NO_SCROLL_TIMEOUT_MS)) return note
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DNetworkNotificationManagerTest.java410 assertTrue("Activity not shown", actionText.waitForExists(TEST_TIMEOUT_MS)); in testNotifyNoInternetAsDialogWhenHighPriority()
/aosp12/frameworks/base/cmds/uiautomator/api/
H A D16.txt88 method public boolean waitForExists(long);
H A D17.txt97 method public boolean waitForExists(long);
H A Dcurrent.txt124 method @Deprecated public boolean waitForExists(long);
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DVpnTest.java214 if (okButton.waitForExists(TIMEOUT_MS) == false) { in prepareVpn()