Searched defs:moveDocument (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java300 public String moveDocument(String sourceDocumentId, String sourceParentDocumentId, method in class:DocumentsProvider
829 final String newDocumentId = moveDocument(documentId, parentSourceId, targetId);
H A DDocumentsContract.java349 * @see DocumentsContract#moveDocument(ContentResolver, Uri, Uri, Uri)
350 * @see DocumentsProvider#moveDocument(String, String, String)
640 public static final String METHOD_MOVE_DOCUMENT = "android:moveDocument";
1214 public static Uri moveDocument(ContentResolver resolver, Uri sourceDocumentUri, method in class:DocumentsContract
1219 return moveDocument(client, sourceDocumentUri, sourceParentDocumentUri,
1230 public static Uri moveDocument(ContentProviderClient client, Uri sourceDocumentUri, method in class:DocumentsContract
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java516 public String moveDocument(String sourceDocumentId, String sourceParentDocumentId, method in class:ExternalStorageProvider

Completed in 52 milliseconds