Home
last modified time | relevance | path

Searched defs:openOutputStream (Results 1 – 6 of 6) 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/map/
DBluetoothMapRfcommTransport.java52 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothMapRfcommTransport
DBluetoothMnsRfcommTransport.java52 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothMnsRfcommTransport
/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/UnifiedEmail/src/org/apache/commons/io/
DFileUtils.java166 public static FileOutputStream openOutputStream(File file) throws IOException { in openOutputStream() method in FileUtils