Home
last modified time | relevance | path

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