Searched refs:moveDocument (Results 1 – 3 of 3) sorted by relevance
35 import static android.provider.DocumentsContract.moveDocument;260 doReturn(DOC_RESULT).when(mProvider).moveDocument(DOC_RED, DOC_GREEN, DOC_BLUE); in testMoveDocument()261 assertEquals(URI_RESULT, moveDocument(mResolver, URI_RED, URI_GREEN, URI_BLUE)); in testMoveDocument()
291 public String moveDocument(String sourceDocumentId, String sourceParentDocumentId, in moveDocument() method in MyDocumentsProvider
479 final Uri movedFileUri = DocumentsContract.moveDocument( in testTransferDocument()