Searched refs:openInputStream (Results 1 - 21 of 21) 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/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java107 inputStream = openInputStream(resolver, uri);
233 inputStream = openInputStream(resolver, uri);
250 private static InputStream openInputStream(ContentResolver resolver, Uri uri) throws method in class:ImageUtils
259 return resolver.openInputStream(uri);
270 return resolver.openInputStream(uri);
/frameworks/base/core/java/android/webkit/
H A DJniUtil.java121 InputStream is = sContext.getContentResolver().openInputStream(uri);
162 return sContext.getContentResolver().openInputStream(uri);
H A DBrowserFrame.java668 .openInputStream(Uri.parse(uri));
689 .openInputStream(Uri.parse(uri));
782 return mContext.getContentResolver().openInputStream(uri);
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java136 InputStream is = mContext.getContentResolver().openInputStream(
/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java318 final InputStream in = mResolver.openInputStream(actual);
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java572 InputStream stream = mProviderContext.getContentResolver().openInputStream(uri);
H A DImageView.java657 stream = mContext.getContentResolver().openInputStream(mUri);
/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/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduComposer.java991 cr = mResolver.openInputStream(part.getDataUri());
H A DPduPersister.java446 is = mContentResolver.openInputStream(partURI);
844 is = mContentResolver.openInputStream(dataUri);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java530 InputStream stream = mProviderContext.getContentResolver().openInputStream(uri);
/frameworks/base/core/java/android/content/
H A DContentResolver.java479 public final InputStream openInputStream(Uri uri) method in class:ContentResolver
/frameworks/base/core/java/android/provider/
H A DMediaStore.java792 InputStream input = cr.openInputStream(url);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2968 getContext().getContentResolver().openInputStream(uri), null);

Completed in 415 milliseconds