HomeSort by relevance Sort by last modified time
    Searched refs:openInputStream (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommTransport.java 59 return new DataInputStream(openInputStream());
66 public InputStream openInputStream() throws IOException {
BluetoothOppSendFileInfo.java 139 is = (FileInputStream)contentResolver.openInputStream(u);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapRfcommTransport.java 58 return new DataInputStream(openInputStream());
65 public InputStream openInputStream() throws IOException {
  /frameworks/base/obex/javax/obex/
ObexTransport.java 68 InputStream openInputStream() throws IOException;
Operation.java 111 * <code>openInputStream()</code> or <code>openDataInputStream()</code> will
170 InputStream openInputStream() throws IOException;
ClientOperation.java 228 public InputStream openInputStream() throws IOException {
254 return new DataInputStream(openInputStream());
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProviderTest.java 40 InputStream in = resolver.openInputStream(uri);
57 InputStream in = resolver.openInputStream(uri);
74 InputStream in = resolver.openInputStream(uri);
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSource.java 53 public InputStream openInputStream() {
MemoryByteCode.java 53 public InputStream openInputStream() {