Home
last modified time | relevance | path

Searched defs:openOutputStream (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapRfcommTransport.java69 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothPbapRfcommTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppRfcommTransport.java70 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothOppRfcommTransport
DTestActivity.java619 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in TestTcpTransport
/packages/apps/Email/src/org/apache/commons/io/
DFileUtils.java163 public static FileOutputStream openOutputStream(File file) throws IOException { in openOutputStream() method in FileUtils