Searched refs:renameDocument (Results 1 – 6 of 6) sorted by relevance
123 @Nullable DocumentInfo renameDocument(String name, DocumentInfo document); in renameDocument() method
339 public DocumentInfo renameDocument(String name, DocumentInfo document) { in renameDocument() method in AbstractActionHandler
174 public @Nullable DocumentInfo renameDocument(String name, DocumentInfo document) { in renameDocument() method in ActionHandler181 Uri newUri = DocumentsContract.renameDocument( in renameDocument()
214 return mActivity.getInjector().actions.renameDocument(mNewDisplayName, document[0]); in doInBackground()
242 public String renameDocument(String docId, String displayName) in renameDocument() method in DownloadStorageProvider249 return super.renameDocument(docId, displayName); in renameDocument()
319 public String renameDocument(String documentId, String displayName) in renameDocument() method in StubProvider