Searched refs:getDocuments (Results 1 – 7 of 7) sorted by relevance
55 List<DocumentInfo> getDocuments(String authority, List<String> docIds) throws RemoteException; in getDocuments() method91 public List<DocumentInfo> getDocuments(String authority, List<String> docIds) in getDocuments() method in DocumentsAccess.RuntimeDocumentAccess
106 List<DocumentInfo> docs = mDocs.getDocuments(authority, path.getPath()); in buildStack()
203 public List<DocumentInfo> getDocuments(Selection<String> selection) { in getDocuments() method in Model
715 : 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()
185 model::getDocuments, in create()
58 public List<DocumentInfo> getDocuments(String authority, List<String> docIds) { in getDocuments() method in TestDocumentsAccess
311 List<DocumentInfo> docs = mModel.getDocuments(selection); in deleteSelectedDocuments()