Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexTransport.java59 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothPbapObexTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/
DBluetoothObexTransport.java55 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothObexTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
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