Searched refs:renameDocument (Results 1 – 6 of 6) sorted by relevance
112 @Nullable DocumentInfo renameDocument(String name, DocumentInfo document); in renameDocument() method
318 public DocumentInfo renameDocument(String name, DocumentInfo document) { in renameDocument() method in AbstractActionHandler
173 public @Nullable DocumentInfo renameDocument(String name, DocumentInfo document) { in renameDocument() method in ActionHandler180 Uri newUri = DocumentsContract.renameDocument( in renameDocument()
224 return mActivity.getInjector().actions.renameDocument(mNewDisplayName, document[0]); in doInBackground()
240 public String renameDocument(String docId, String displayName) in renameDocument() method in DownloadStorageProvider247 return super.renameDocument(docId, displayName); in renameDocument()
299 public String renameDocument(String documentId, String displayName) in renameDocument() method in StubProvider