Home
last modified time | relevance | path

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

/frameworks/base/obex/javax/obex/
DObexTransport.java68 InputStream openInputStream() throws IOException; in openInputStream() method
DOperation.java170 InputStream openInputStream() throws IOException; in openInputStream() method
DClientOperation.java270 public InputStream openInputStream() throws IOException { in openInputStream() method in ClientOperation
DServerOperation.java756 public InputStream openInputStream() throws IOException { in openInputStream() method in ServerOperation
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapRfcommTransport.java59 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothMapRfcommTransport
/frameworks/base/core/java/android/content/
DContentResolver.java683 public final @Nullable InputStream openInputStream(@NonNull Uri uri) in openInputStream() method in ContentResolver