Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DDocumentsContractTest.java27 import static android.provider.DocumentsContract.copyDocument;
254 doReturn(DOC_RESULT).when(mProvider).copyDocument(DOC_RED, DOC_GREEN); in testCopyDocument()
255 assertEquals(URI_RESULT, copyDocument(mResolver, URI_RED, URI_GREEN)); in testCopyDocument()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java277 public String copyDocument(String sourceDocumentId, String targetParentDocumentId) in copyDocument() method in MyDocumentsProvider
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java482 final Uri copiedFileUri = DocumentsContract.copyDocument( in testTransferDocument()