Searched refs:openInputStream (Results 1 - 25 of 41) sorted by relevance

12

/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());
H A DBluetoothMasRequest.java114 InputStream is = op.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/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.java269 public InputStream openInputStream() throws IOException { method in class:ClientOperation
295 return new DataInputStream(openInputStream());
H A DClientSession.java76 mInput = trans.openInputStream();
92 mInput = trans.openInputStream();
H A DServerOperation.java756 public InputStream openInputStream() throws IOException { method in class:ServerOperation
767 return new DataInputStream(openInputStream());
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DDepthImage.java31 InputStream input = context.getContentResolver().openInputStream(data);
42 input = context.getContentResolver().openInputStream(data);
H A DRGBZ.java40 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uri));
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDefaultPhotoManager.java108 InputStream is = mContentResolver.openInputStream(
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DSharingReceiverSupport.java73 getContentResolver().openInputStream(uri)));
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DSharingReceiverSupport.java73 getContentResolver().openInputStream(uri)));
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java137 InputStream is = mContext.getContentResolver().openInputStream(
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java135 InputStream is = c.getContentResolver().openInputStream(content);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DSdkUtil.java89 inputStream = FileUtils.openInputStream(apiFile);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/
H A DGenerationalClassUtil.java98 inputStream = FileUtils.openInputStream(file);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java239 return mResolver.openInputStream(mUri);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java314 InputStream is = getContext().getContentResolver().openInputStream(iconUri);
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java691 return resolver.openInputStream(uri);
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java236 input = getContentResolver().openInputStream(data);
/frameworks/support/core-utils/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java668 is = mContext.getContentResolver().openInputStream(uri);
/frameworks/support/core-utils/tests/java/android/support/v4/content/
H A DFileProviderTest.java332 final InputStream in = mResolver.openInputStream(actual);
/frameworks/support/core-utils/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java363 getContext().getContentResolver().openInputStream(uri));
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java789 try (InputStream is = mContext.getContentResolver().openInputStream(uri)) {
798 try (ZipInputStream zis = new ZipInputStream(mContext.getContentResolver().openInputStream(

Completed in 467 milliseconds

12