Searched refs:docList (Results 1 – 4 of 4) sorted by relevance
276 final UiSelector docList = getDirectoryListSelector(); in findAndClickFilesInDocumentsUi() local278 findAndClickFileInDocumentsUi(docList, fileName); in findAndClickFilesInDocumentsUi()290 final UiSelector docList = new UiSelector().resourceId(sDocumentsUiPackageName in getDirectoryListSelector() local295 new UiObject(docList.childSelector(new UiSelector())) in getDirectoryListSelector()307 return docList; in getDirectoryListSelector()310 private void findAndClickFileInDocumentsUi(UiSelector docList, String fileName) in findAndClickFileInDocumentsUi() argument315 UiObject targetObject = new UiObject(docList.childSelector(new UiSelector() in findAndClickFileInDocumentsUi()
353 final UiSelector docList = new UiSelector().resourceId(getDocumentsUiPackageId() in findDocument() local358 new UiObject(docList.childSelector(new UiSelector())) in findDocument()374 UiObject targetObject = new UiObject(docList.childSelector(new UiSelector().text(label))); in findDocument()
800 final UiSelector docList = new UiSelector().resourceId(getDocumentsUiPackageId() in findDocument() local805 new UiObject(docList.childSelector(new UiSelector())) in findDocument()821 UiObject targetObject = new UiObject(docList.childSelector(new UiSelector().text(label))); in findDocument()
157 …final UiSelector docList = new UiSelector().resourceId(getDocumentsUiPackageId() + ":id/dir_list"); in findDocument() local161 new UiObject(docList.childSelector(new UiSelector())).waitForExists(TIMEOUT)); in findDocument()174 UiObject targetObject = new UiObject(docList.childSelector(new UiSelector().text(label))); in findDocument()