Home
last modified time | relevance | path

Searched refs:getDocuments (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocumentsAccess.java52 List<DocumentInfo> getDocuments(String authority, List<String> docIds) throws RemoteException; in getDocuments() method
88 public List<DocumentInfo> getDocuments(String authority, List<String> docIds) in getDocuments() method in DocumentsAccess.RuntimeDocumentAccess
DLoadDocStackTask.java107 List<DocumentInfo> docs = mDocs.getDocuments(authority, path.getPath()); in buildStack()
DDragShadowBuilder.java163 final List<DocumentInfo> docs = mModel.getDocuments(selection); in getSingleSelectedDocument()
DModel.java209 public List<DocumentInfo> getDocuments(Selection selection) { in getDocuments() method in Model
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java720 List<DocumentInfo> docs = mModel.getDocuments(selected); in openDocuments()
811 List<DocumentInfo> docs = mModel.getDocuments(selected); in transferDocuments()
853 List<DocumentInfo> docs = mModel.getDocuments(selected); in renameDocuments()
DDragStartListener.java211 model::getDocuments, in create()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsAccess.java58 public List<DocumentInfo> getDocuments(String authority, List<String> docIds) { in getDocuments() method in TestDocumentsAccess
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java303 List<DocumentInfo> docs = mModel.getDocuments(selection); in deleteSelectedDocuments()