Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DDocumentsContractTest.java36 import static android.provider.DocumentsContract.removeDocument;
322 doNothing().when(mProvider).removeDocument(DOC_RED, DOC_GREEN); in testRemoveDocument()
323 assertEquals(true, removeDocument(mResolver, URI_RED, URI_GREEN)); in testRemoveDocument()
328 doThrow(new RuntimeException()).when(mProvider).removeDocument(DOC_RED, DOC_GREEN); in testRemoveDocument_Failure()
330 removeDocument(mResolver, URI_RED, URI_GREEN); in testRemoveDocument_Failure()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java790 assertTrue(DocumentsContract.removeDocument(resolver, movedFileUri, targetDirUri)); in testTransferDocument()
791 assertTrue(DocumentsContract.removeDocument(resolver, copiedFileUri, targetDirUri)); in testTransferDocument()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java268 public void removeDocument(String documentId, String parentDocumentId) in removeDocument() method in MyDocumentsProvider
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt37004 …method public static boolean removeDocument(@NonNull android.content.ContentResolver, @NonNull and…
37120 method public void removeDocument(String, String) throws java.io.FileNotFoundException;