Searched refs:openInputStream (Results 1 - 20 of 20) 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());
H A DClientSession.java66 mInput = trans.openInputStream();
H A DServerSession.java75 mInput = mTransport.openInputStream();
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProviderTest.java40 InputStream in = resolver.openInputStream(uri);
57 InputStream in = resolver.openInputStream(uri);
73 InputStream in = resolver.openInputStream(uri);
/frameworks/base/core/java/android/webkit/
H A DJniUtil.java113 InputStream is = sContext.getContentResolver().openInputStream(uri);
153 return sContext.getContentResolver().openInputStream(uri);
H A DContentLoader.java76 mDataStream = mContext.getContentResolver().openInputStream(uri);
H A DBrowserFrame.java660 .openInputStream(Uri.parse(uri));
681 .openInputStream(Uri.parse(uri));
778 return mContext.getContentResolver().openInputStream(uri);
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java136 InputStream is = mContext.getContentResolver().openInputStream(
/frameworks/base/core/java/android/net/
H A DDownloads.java411 return cr.openInputStream(downloadUri);
/frameworks/base/core/java/android/widget/
H A DImageView.java563 mContext.getContentResolver().openInputStream(mUri),
H A DSuggestionsAdapter.java572 InputStream stream = mProviderContext.getContentResolver().openInputStream(uri);
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduComposer.java993 cr = mResolver.openInputStream(part.getDataUri());
H A DPduPersister.java433 is = mContentResolver.openInputStream(partURI);
762 is = mContentResolver.openInputStream(dataUri);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1936 mEST.getContext().getContentResolver().openInputStream(uri);
1941 is = mEST.getContext().getContentResolver().openInputStream(uri);
2631 mContext.getContentResolver().openInputStream(mContentUri);
2636 is = mContext.getContentResolver().openInputStream(mContentUri);
/frameworks/base/core/java/android/content/
H A DContentResolver.java353 public final InputStream openInputStream(Uri uri) method in class:ContentResolver
/frameworks/base/core/java/android/provider/
H A DMediaStore.java705 InputStream input = cr.openInputStream(url);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2845 getContext().getContentResolver().openInputStream(uri), null);

Completed in 261 milliseconds