Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocumentsAccess.java55 List<DocumentInfo> getDocuments(String authority, List<String> docIds) throws RemoteException; in getDocuments() method
91 public List<DocumentInfo> getDocuments(String authority, List<String> docIds) in getDocuments() method in DocumentsAccess.RuntimeDocumentAccess
DLoadDocStackTask.java106 List<DocumentInfo> docs = mDocs.getDocuments(authority, path.getPath()); in buildStack()
DModel.java203 public List<DocumentInfo> getDocuments(Selection<String> selection) { in getDocuments() method in Model
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java715 : mModel.getDocuments(selection).get(0); in handleMenuItemClick()
806 List<DocumentInfo> docs = mModel.getDocuments(selected); in openDocuments()
901 List<DocumentInfo> docs = mModel.getDocuments(selected); in transferDocuments()
943 List<DocumentInfo> docs = mModel.getDocuments(selected); in renameDocuments()
DDragStartListener.java185 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.java311 List<DocumentInfo> docs = mModel.getDocuments(selection); in deleteSelectedDocuments()