Searched refs:docList (Results 1 – 4 of 4) sorted by relevance
222 final UiSelector docList = findDocumentsListSelector(); in findSelectionHotspot() local223 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label)); in findSelectionHotspot()275 final UiSelector docList = findDocumentsListSelector(); in findDocument() local278 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout); in findDocument()281 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label)); in findDocument()283 return mDevice.findObject(docList.childSelector(new UiSelector().text(label))); in findDocument()311 final UiSelector docList = findDocumentsListSelector(); in assertFirstDocumentHasFocus() local314 UiObject doc = new UiObject(docList.childSelector(new UiSelector())); in assertFirstDocumentHasFocus()
105 final UiSelector docList = new UiSelector().resourceId( in findDocument() local110 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout); in findDocument()112 return mDevice.findObject(docList.childSelector(new UiSelector().text(label))); in findDocument()
94 final ArrayList<DocumentInfo> docList = getArguments().getParcelableArrayList( in onCreateDialog() local99 dialogType, operationType, docList, uriList); in onCreateDialog()
228 final ArrayList<DocumentInfo> docList = in presentFileErrors() local235 docList, in presentFileErrors() local