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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommTransport.java63 return new DataOutputStream(openOutputStream());
70 public OutputStream openOutputStream() throws IOException { method in class:BluetoothOppRfcommTransport
H A DTestActivity.java612 return new DataOutputStream(openOutputStream());
619 public OutputStream openOutputStream() throws IOException { method in class:TestTcpTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapRfcommTransport.java62 return new DataOutputStream(openOutputStream());
69 public OutputStream openOutputStream() throws IOException { method in class:BluetoothPbapRfcommTransport
/packages/apps/Email/src/org/apache/commons/io/
H A DFileUtils.java163 public static FileOutputStream openOutputStream(File file) throws IOException { method in class:FileUtils
220 OutputStream out = openOutputStream(file);
954 FileOutputStream output = openOutputStream(destination);
1250 out = openOutputStream(file);
1282 out = openOutputStream(file);
1341 out = openOutputStream(file);

Completed in 643 milliseconds