Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexTransport.java54 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothPbapObexTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/
DBluetoothObexTransport.java51 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothObexTransport
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java66 InputStream openInputStream(Context context, Uri uri) throws FileNotFoundException; in openInputStream() method
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
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