Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapRfcommTransport.java65 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothPbapRfcommTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppRfcommTransport.java66 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothOppRfcommTransport
DTestActivity.java615 public InputStream openInputStream() throws IOException { in openInputStream() method in TestTcpTransport
/packages/apps/Email/src/org/apache/commons/io/
DFileUtils.java128 public static FileInputStream openInputStream(File file) throws IOException { in openInputStream() method in FileUtils