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

12

/external/glide/library/src/main/java/com/bumptech/glide/load/data/
H A DStreamLocalUriFetcher.java21 return contentResolver.openInputStream(uri);
H A DMediaStoreThumbFetcher.java152 inputStream = context.getContentResolver().openInputStream(thumbnailUri);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DServiceConnection.java107 public InputStream openInputStream() throws IOException; method in interface:ServiceConnection
/external/guava/guava/src/com/google/common/io/
H A DFileBackedOutputStream.java100 return openInputStream();
115 return openInputStream();
131 private synchronized InputStream openInputStream() throws IOException { method in class:FileBackedOutputStream
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpsServiceConnectionSE.java108 public InputStream openInputStream() throws IOException { method in class:HttpsServiceConnectionSE
H A DServiceConnectionSE.java123 public InputStream openInputStream() throws IOException { method in class:ServiceConnectionSE
H A DHttpTransportSE.java226 is = getUnZippedInputStream(connection.openInputStream());
228 is = connection.openInputStream();
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBitmapFactoryTest.java67 InputStream inputStream = RuntimeEnvironment.application.getContentResolver().openInputStream(Uri.parse("content:/path"));
90 InputStream inputStream = RuntimeEnvironment.application.getContentResolver().openInputStream(Uri.parse("content:/path"));
118 InputStream inputStream = RuntimeEnvironment.application.getContentResolver().openInputStream(Uri.parse("content:/path"));
202 InputStream inputStream = RuntimeEnvironment.application.getContentResolver().openInputStream(Uri.parse("content:/path"));
H A DShadowContentResolverTest.java300 InputStream inputStream = contentResolver.openInputStream(uri21);
307 InputStream inputStream = contentResolver.openInputStream(uri21);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBitmapFactoryTest.java49 InputStream inputStream = Robolectric.application.getContentResolver().openInputStream(Uri.parse("content:/path"));
121 InputStream inputStream = Robolectric.application.getContentResolver().openInputStream(Uri.parse("content:/path"));
H A DContentResolverTest.java176 assertThat(contentResolver.openInputStream(uri21), CoreMatchers.instanceOf(InputStream.class));
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/decoder/
H A DSkiaImageDecoder.java89 inputStream = contentResolver.openInputStream(uri);
H A DSkiaImageRegionDecoder.java98 inputStream = contentResolver.openInputStream(uri);
H A DSkiaPooledImageRegionDecoder.java211 inputStream = contentResolver.openInputStream(uri);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentResolver.java64 public final InputStream openInputStream(final Uri uri) { method in class:ShadowContentResolver
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/kotlinc/lib/
H A Dkotlin-annotation-processing.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-annotation-processing.kotlin_module ...
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowContentResolver.java138 public final InputStream openInputStream(final Uri uri) { method in class:ShadowContentResolver
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 843 milliseconds

12