Home
last modified time | relevance | path

Searched refs:docList (Results 1 – 4 of 4) sorted by relevance

/cts/tests/PhotoPicker/src/android/photopicker/cts/
DActionGetContentOnlyTest.java276 final UiSelector docList = getDirectoryListSelector(); in findAndClickFilesInDocumentsUi() local
278 findAndClickFileInDocumentsUi(docList, fileName); in findAndClickFilesInDocumentsUi()
290 final UiSelector docList = new UiSelector().resourceId(sDocumentsUiPackageName in getDirectoryListSelector() local
295 new UiObject(docList.childSelector(new UiSelector())) in getDirectoryListSelector()
307 return docList; in getDirectoryListSelector()
310 private void findAndClickFileInDocumentsUi(UiSelector docList, String fileName) in findAndClickFileInDocumentsUi() argument
315 UiObject targetObject = new UiObject(docList.childSelector(new UiSelector() in findAndClickFileInDocumentsUi()
/cts/tests/providerui/src/android/providerui/cts/
DMediaStoreUiTest.java353 final UiSelector docList = new UiSelector().resourceId(getDocumentsUiPackageId() in findDocument() local
358 new UiObject(docList.childSelector(new UiSelector())) in findDocument()
374 UiObject targetObject = new UiObject(docList.childSelector(new UiSelector().text(label))); in findDocument()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java800 final UiSelector docList = new UiSelector().resourceId(getDocumentsUiPackageId() in findDocument() local
805 new UiObject(docList.childSelector(new UiSelector())) in findDocument()
821 UiObject targetObject = new UiObject(docList.childSelector(new UiSelector().text(label))); in findDocument()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java157 …final UiSelector docList = new UiSelector().resourceId(getDocumentsUiPackageId() + ":id/dir_list"); in findDocument() local
161 new UiObject(docList.childSelector(new UiSelector())).waitForExists(TIMEOUT)); in findDocument()
174 UiObject targetObject = new UiObject(docList.childSelector(new UiSelector().text(label))); in findDocument()