Home
last modified time | relevance | path

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

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapRfcommTransport.java64 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothMapRfcommTransport
75 return new DataOutputStream(openOutputStream()); in openDataOutputStream()
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapObexTransport.java50 return new DataOutputStream(openOutputStream()); in openDataOutputStream()
59 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothPbapObexTransport
/frameworks/base/obex/javax/obex/
DObexTransport.java70 OutputStream openOutputStream() throws IOException; in openOutputStream() method
DOperation.java174 OutputStream openOutputStream() throws IOException; in openOutputStream() method
DClientOperation.java282 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in ClientOperation
316 return new DataOutputStream(openOutputStream()); in openDataOutputStream()
DServerOperation.java653 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in ServerOperation
677 return new DataOutputStream(openOutputStream()); in openDataOutputStream()
DClientSession.java67 mOutput = trans.openOutputStream(); in ClientSession()
DServerSession.java76 mOutput = mTransport.openOutputStream(); in ServerSession()
/frameworks/support/tests/java/android/support/v4/content/
DFileProviderTest.java245 final OutputStream out = mResolver.openOutputStream(uri); in testWriteFile()
265 final OutputStream out = mResolver.openOutputStream(uri); in testWriteMissingFile()
/frameworks/base/core/java/android/content/
DContentResolver.java660 public final OutputStream openOutputStream(Uri uri) in openOutputStream() method in ContentResolver
662 return openOutputStream(uri, "w"); in openOutputStream()
684 public final OutputStream openOutputStream(Uri uri, String mode) in openOutputStream() method in ContentResolver
/frameworks/support/tests/java/android/support/v4/provider/
DDocumentFileTest.java324 getContext().getContentResolver().openOutputStream(uri)); in writeInt()
/frameworks/base/core/java/android/provider/
DMediaStore.java896 OutputStream thumbOut = cr.openOutputStream(url); in StoreThumbnail()
934 OutputStream imageOut = cr.openOutputStream(url); in insertImage()
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
DMediaPlayerProxyTestCase.java539 outputStream = getContentResolver().openOutputStream(uri); in getTestContentUri()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java254 OutputStream out = resolver.openOutputStream(uri);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java354 out = contentResolver.openOutputStream(uri); in writeContent()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduPersister.java837 os = mContentResolver.openOutputStream(uri); in persistData()
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt354 NO DOC BLOCK: android.content.ContentResolver Method openOutputStream(android.net.Uri, java.lang.St…
/frameworks/base/api/
Dsystem-current.txt7268 …method public final java.io.OutputStream openOutputStream(android.net.Uri) throws java.io.FileNotF…
7269 …method public final java.io.OutputStream openOutputStream(android.net.Uri, java.lang.String) throw…
Dcurrent.txt7031 …method public final java.io.OutputStream openOutputStream(android.net.Uri) throws java.io.FileNotF…
7032 …method public final java.io.OutputStream openOutputStream(android.net.Uri, java.lang.String) throw…