Home
last modified time | relevance | path

Searched refs:openInputStream (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/content/
DMemoryFileProviderTest.java40 InputStream in = resolver.openInputStream(uri); in testRead()
57 InputStream in = resolver.openInputStream(uri); in testClose()
73 InputStream in = resolver.openInputStream(uri); in testFile()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapRfcommTransport.java59 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothMapRfcommTransport
70 return new DataInputStream(openInputStream()); in openDataInputStream()
DBluetoothMasRequest.java114 InputStream is = op.openInputStream(); in executeGet()
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
DDepthImage.java31 InputStream input = context.getContentResolver().openInputStream(data); in DepthImage()
42 input = context.getContentResolver().openInputStream(data); in DepthImage()
DRGBZ.java40 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uri)); in RGBZ()
/frameworks/base/obex/javax/obex/
DObexTransport.java68 InputStream openInputStream() throws IOException; in openInputStream() method
DOperation.java170 InputStream openInputStream() throws IOException; in openInputStream() method
DClientSession.java76 mInput = trans.openInputStream(); in ClientSession()
92 mInput = trans.openInputStream(); in ClientSession()
DClientOperation.java270 public InputStream openInputStream() throws IOException { in openInputStream() method in ClientOperation
296 return new DataInputStream(openInputStream()); in openDataInputStream()
DServerOperation.java756 public InputStream openInputStream() throws IOException { in openInputStream() method in ServerOperation
767 return new DataInputStream(openInputStream()); in openDataInputStream()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DSharingReceiverSupport.java73 getContentResolver().openInputStream(uri))); in onCreate()
/frameworks/opt/chips/src/com/android/ex/chips/
DDefaultPhotoManager.java108 InputStream is = mContentResolver.openInputStream( in fetchPhotoAsync()
/frameworks/base/core/java/android/text/style/
DImageSpan.java137 InputStream is = mContext.getContentResolver().openInputStream( in getDrawable()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DSdkUtil.java89 inputStream = FileUtils.openInputStream(apiFile); in ApiChecker()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/
DGenerationalClassUtil.java98 inputStream = FileUtils.openInputStream(file); in loadFromDirectory()
/frameworks/base/services/core/java/com/android/server/updates/
DConfigUpdateInstallReceiver.java135 InputStream is = c.getContentResolver().openInputStream(content); in getAltContent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java239 return mResolver.openInputStream(mUri); in createInputStream()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteChooserDialog.java315 InputStream is = getContext().getContentResolver().openInputStream(iconUri); in getIconDrawable()
/frameworks/support/core-utils/tests/java/android/support/v4/provider/
DDocumentFileTest.java363 getContext().getContentResolver().openInputStream(uri)); in readInt()
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java236 input = getContentResolver().openInputStream(data); in doInBackground()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java286 is = context.getContentResolver().openInputStream(uri); in getRotationFromExifHelper()
537 mContext.getContentResolver().openInputStream(mInUri));
/frameworks/support/core-utils/tests/java/android/support/v4/content/
DFileProviderTest.java332 final InputStream in = mResolver.openInputStream(actual); in assertContentsEquals()
/frameworks/base/media/java/android/media/
DRingtoneManager.java691 return resolver.openInputStream(uri); in openRingtone()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java789 try (InputStream is = mContext.getContentResolver().openInputStream(uri)) { in assertContent()
798 try (ZipInputStream zis = new ZipInputStream(mContext.getContentResolver().openInputStream( in assertZipContent()
/frameworks/support/core-utils/kitkat/android/support/v4/print/
DPrintHelperKitkat.java668 is = mContext.getContentResolver().openInputStream(uri); in loadBitmap()

123