/frameworks/base/core/tests/coretests/src/android/content/ |
D | MemoryFileProviderTest.java | 40 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/ |
D | BluetoothMapRfcommTransport.java | 59 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothMapRfcommTransport 70 return new DataInputStream(openInputStream()); in openDataInputStream()
|
D | BluetoothMasRequest.java | 114 InputStream is = op.openInputStream(); in executeGet()
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | DepthImage.java | 31 InputStream input = context.getContentResolver().openInputStream(data); in DepthImage() 42 input = context.getContentResolver().openInputStream(data); in DepthImage()
|
D | RGBZ.java | 40 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uri)); in RGBZ()
|
/frameworks/base/obex/javax/obex/ |
D | ObexTransport.java | 68 InputStream openInputStream() throws IOException; in openInputStream() method
|
D | Operation.java | 170 InputStream openInputStream() throws IOException; in openInputStream() method
|
D | ClientSession.java | 76 mInput = trans.openInputStream(); in ClientSession() 92 mInput = trans.openInputStream(); in ClientSession()
|
D | ClientOperation.java | 270 public InputStream openInputStream() throws IOException { in openInputStream() method in ClientOperation 296 return new DataInputStream(openInputStream()); in openDataInputStream()
|
D | ServerOperation.java | 756 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/ |
D | SharingReceiverSupport.java | 73 getContentResolver().openInputStream(uri))); in onCreate()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | DefaultPhotoManager.java | 108 InputStream is = mContentResolver.openInputStream( in fetchPhotoAsync()
|
/frameworks/base/core/java/android/text/style/ |
D | ImageSpan.java | 137 InputStream is = mContext.getContentResolver().openInputStream( in getDrawable()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | SdkUtil.java | 89 inputStream = FileUtils.openInputStream(apiFile); in ApiChecker()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/ |
D | GenerationalClassUtil.java | 98 inputStream = FileUtils.openInputStream(file); in loadFromDirectory()
|
/frameworks/base/services/core/java/com/android/server/updates/ |
D | ConfigUpdateInstallReceiver.java | 135 InputStream is = c.getContentResolver().openInputStream(content); in getAltContent()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | ImageUtils.java | 239 return mResolver.openInputStream(mUri); in createInputStream()
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouteChooserDialog.java | 315 InputStream is = getContext().getContentResolver().openInputStream(iconUri); in getIconDrawable()
|
/frameworks/support/core-utils/tests/java/android/support/v4/provider/ |
D | DocumentFileTest.java | 363 getContext().getContentResolver().openInputStream(uri)); in readInt()
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 236 input = getContentResolver().openInputStream(data); in doInBackground()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 286 is = context.getContentResolver().openInputStream(uri); in getRotationFromExifHelper() 537 mContext.getContentResolver().openInputStream(mInUri));
|
/frameworks/support/core-utils/tests/java/android/support/v4/content/ |
D | FileProviderTest.java | 332 final InputStream in = mResolver.openInputStream(actual); in assertContentsEquals()
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 691 return resolver.openInputStream(uri); in openRingtone()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 789 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/ |
D | PrintHelperKitkat.java | 668 is = mContext.getContentResolver().openInputStream(uri); in loadBitmap()
|