Searched defs:openInputStream (Results 1 - 6 of 6) 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.java228 public InputStream openInputStream() throws IOException { method in class:ClientOperation
254 return new DataInputStream(openInputStream());
H A DServerOperation.java623 public InputStream openInputStream() throws IOException { method in class:ServerOperation
634 return new DataInputStream(openInputStream());
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java102 inputStream = openInputStream(resolver, uri);
217 inputStream = openInputStream(resolver, uri);
234 private static InputStream openInputStream(ContentResolver resolver, Uri uri) throws method in class:ImageUtils
243 return resolver.openInputStream(uri);
249 return resolver.openInputStream(uri);
/frameworks/base/core/java/android/content/
H A DContentResolver.java431 public final InputStream openInputStream(Uri uri) method in class:ContentResolver

Completed in 1697 milliseconds