Home
last modified time | relevance | path

Searched refs:openOutputStream (Results 1 – 9 of 9) sorted by relevance

/cts/tools/dex-tools/test/dex/reader/util/
DMemoryByteCode.java48 public OutputStream openOutputStream() { in openOutputStream() method in MemoryByteCode
DJavaSource.java49 public OutputStream openOutputStream() { in openOutputStream() method in JavaSource
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java595 OutputStream os = mContentResolver.openOutputStream(uri); in testOpenOutputStream()
599 os = mContentResolver.openOutputStream(uri, "wa"); in testOpenOutputStream()
606 mContentResolver.openOutputStream(uri); in testOpenOutputStream()
613 mContentResolver.openOutputStream(uri, "w"); in testOpenOutputStream()
621 mContentResolver.openOutputStream(invalidUri); in testOpenOutputStream()
628 mContentResolver.openOutputStream(invalidUri, "w"); in testOpenOutputStream()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java126 .openOutputStream(uri); in writeFully()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java176 getContentResolver().openOutputStream(uri)); in writeToUri()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java429 mResolver.openOutputStream(fileUri).close(); in testAccess()
461 mResolver.openOutputStream(fileUri).close(); in testAccess()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_AllUriTest.java685 try (OutputStream st = mResolver.openOutputStream(uri)) { in testAllFileOperations()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java141 getContext().getContentResolver().openOutputStream(uri).close(); in assertWritingContentUriNotAllowed()
163 resolver.openOutputStream(uri).close(); in assertWritingContentUriAllowed()
/cts/tools/dex-tools/dex/
Dclasses.out.dex9597 public final java.io.OutputStream openOutputStream(