Searched defs:openInputStream (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DObexTransport.java68 InputStream openInputStream() throws IOException; method in interface:ObexTransport
H A DOperation.java111 * <code>openInputStream()</code> or <code>openDataInputStream()</code> will
170 InputStream openInputStream() throws IOException; method in interface:Operation
H A DClientOperation.java270 public InputStream openInputStream() throws IOException { method in class:ClientOperation
296 return new DataInputStream(openInputStream());
H A DServerOperation.java756 public InputStream openInputStream() throws IOException { method in class:ServerOperation
767 return new DataInputStream(openInputStream());
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java59 public InputStream openInputStream() throws IOException { method in class:BluetoothMapRfcommTransport
70 return new DataInputStream(openInputStream());
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexTransport.java45 return new DataInputStream(openInputStream());
54 public InputStream openInputStream() throws IOException { method in class:BluetoothPbapObexTransport
/frameworks/base/core/java/android/content/
H A DContentResolver.java546 * {@link #query}, {@link #openInputStream(android.net.Uri)}, etc. The
643 public final @Nullable InputStream openInputStream(@NonNull Uri uri) method in class:ContentResolver
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 158 milliseconds