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.java213 final UiSelector docList = new UiSelector().resourceId( in findDocument() local
218 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout); in findDocument()
221 return mDevice.findObject(docList.childSelector(new UiSelector().text(label))); in findDocument()
234 final UiSelector docList = new UiSelector().resourceId( in assertFirstDocumentHasFocus() local
239 UiObject doc = new UiObject(docList.childSelector(new UiSelector())); in assertFirstDocumentHasFocus()
DGestureBot.java91 final UiSelector docList = new UiSelector().resourceId( in findDocument() local
96 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout); in findDocument()
98 return mDevice.findObject(docList.childSelector(new UiSelector().text(label))); in findDocument()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DOperationDialogFragment.java92 final ArrayList<DocumentInfo> docList = getArguments().getParcelableArrayList( in onCreateDialog() local
97 dialogType, operationType, docList, uriList); in onCreateDialog()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java201 final ArrayList<DocumentInfo> docList = in presentFileErrors() local
208 docList, in presentFileErrors() local