Home
last modified time | relevance | path

Searched refs:moveDocument (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DDocumentsContractTest.java35 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()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java291 public String moveDocument(String sourceDocumentId, String sourceParentDocumentId, in moveDocument() method in MyDocumentsProvider
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java479 final Uri movedFileUri = DocumentsContract.moveDocument( in testTransferDocument()