Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java222 final UiSelector docList = findDocumentsListSelector(); in findSelectionHotspot() local
223 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label)); in findSelectionHotspot()
275 final UiSelector docList = findDocumentsListSelector(); in findDocument() local
278 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() local
314 UiObject doc = new UiObject(docList.childSelector(new UiSelector())); in assertFirstDocumentHasFocus()
DGestureBot.java105 final UiSelector docList = new UiSelector().resourceId( in findDocument() local
110 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout); in findDocument()
112 return mDevice.findObject(docList.childSelector(new UiSelector().text(label))); in findDocument()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DOperationDialogFragment.java94 final ArrayList<DocumentInfo> docList = getArguments().getParcelableArrayList( in onCreateDialog() local
99 dialogType, operationType, docList, uriList); in onCreateDialog()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java228 final ArrayList<DocumentInfo> docList = in presentFileErrors() local
235 docList, in presentFileErrors() local