Searched refs:openOutputStream (Results 1 – 16 of 16) sorted by relevance
70 OutputStream openOutputStream() throws IOException; in openOutputStream() method
174 OutputStream openOutputStream() throws IOException; in openOutputStream() method
262 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in ClientOperation296 return new DataOutputStream(openOutputStream()); in openDataOutputStream()
642 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in ServerOperation666 return new DataOutputStream(openOutputStream()); in openDataOutputStream()
67 mOutput = trans.openOutputStream(); in ClientSession()
76 mOutput = mTransport.openOutputStream(); in ServerSession()
169 os = cr.openOutputStream(uri); in addDrmFile()
765 OutputStream thumbOut = cr.openOutputStream(url); in StoreThumbnail()803 OutputStream imageOut = cr.openOutputStream(url); in insertImage()
384 public final OutputStream openOutputStream(Uri uri) in openOutputStream() method in ContentResolver386 return openOutputStream(uri, "w"); in openOutputStream()408 public final OutputStream openOutputStream(Uri uri, String mode) in openOutputStream() method in ContentResolver
539 outputStream = getContentResolver().openOutputStream(uri); in getTestContentUri()
572 <code>{@link android.content.ContentResolver#openOutputStream 573 ContentResolver.openOutputStream()}</code> 587 is used with {@code openOutputStream()} to place the binary data there.609 OutputStream outStream = getContentResolver().openOutputStream(uri);
173 OutputStream out = resolver.openOutputStream(uri); in doInBackground()
755 os = mContentResolver.openOutputStream(uri); in persistData()
354 NO DOC BLOCK: android.content.ContentResolver Method openOutputStream(android.net.Uri, java.lang.St…
4917 …method public final java.io.OutputStream openOutputStream(android.net.Uri) throws java.io.FileNotF…4918 …method public final java.io.OutputStream openOutputStream(android.net.Uri, java.lang.String) throw…