Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DDocumentsContractTest.java27 import static android.provider.DocumentsContract.copyDocument;
298 doReturn(DOC_RESULT).when(mProvider).copyDocument(DOC_RED, DOC_GREEN); in testCopyDocument()
299 assertEquals(URI_RESULT, copyDocument(mResolver, URI_RED, URI_GREEN)); in testCopyDocument()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java278 public String copyDocument(String sourceDocumentId, String targetParentDocumentId) in copyDocument() method in MyDocumentsProvider
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java756 final Uri copiedFileUri = DocumentsContract.copyDocument( in testTransferDocument()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt36986 …method @Nullable public static android.net.Uri copyDocument(@NonNull android.content.ContentResolv…
37086 method public String copyDocument(String, String) throws java.io.FileNotFoundException;