Searched refs:openInputStream (Results 1 – 10 of 10) sorted by relevance
60 InputStream input = context.getContentResolver().openInputStream(image); in createFromXMPMetadata()74 …Bitmap bitmap = BitmapFactory.decodeStream(context.getContentResolver().openInputStream(uriDepthma… in createFromDepthmap()
55 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uri)); in RGBZ()74 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uriImage)); in RGBZ()
53 public InputStream openInputStream() { in openInputStream() method in MemoryByteCode
53 public InputStream openInputStream() { in openInputStream() method in JavaSource
116 InputStream is = getContentResolver().openInputStream(uri); in getFirstLineFromUri()
86 .openInputStream(uri); in readFully()
209 InputStream is = mContext.getContentResolver().openInputStream(uri); in getFirstLineFromUri()
465 InputStream is = mContentResolver.openInputStream(uri); in testOpenInputStream()471 mContentResolver.openInputStream(invalidUri); in testOpenInputStream()
1274 return mResolver.openInputStream(Uri.parse(uriString)); in getInputStreamFromUriForTest()1307 try (InputStream is = mResolver.openInputStream(Uri.parse(uri))) { in assertPhotoUriReadable()
9594 public final java.io.InputStream openInputStream(