Home
last modified time | relevance | path

Searched refs:getInputStreamForResource (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageRequest.java96 protected abstract InputStream getInputStreamForResource() throws FileNotFoundException; in getInputStreamForResource() method in ImageRequest
114 GifImageResource.createGifImageResource(getKey(), getInputStreamForResource()); in loadMediaInternal()
129 return ImageUtils.isGif(getInputStreamForResource()); in isGif()
150 mOrientation = ImageUtils.getOrientation(getInputStreamForResource()); in loadBitmapInternal()
156 final InputStream inputStream = getInputStreamForResource(); in loadBitmapInternal()
193 final InputStream inputStream = getInputStreamForResource(); in loadBitmapInternal()
DAvatarRequest.java52 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in AvatarRequest
54 return super.getInputStreamForResource(); in getInputStreamForResource()
DVideoThumbnailRequest.java45 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in VideoThumbnailRequest
DUriImageRequest.java34 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in UriImageRequest
DFileImageRequest.java79 mOrientation = ImageUtils.getOrientation(getInputStreamForResource()); in loadBitmapInternal()
DCompositeImageRequest.java106 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in CompositeImageRequest
DNetworkUriImageRequest.java46 protected InputStream getInputStreamForResource() throws FileNotFoundException { in getInputStreamForResource() method in NetworkUriImageRequest
/packages/modules/Connectivity/tests/unit/java/android/net/netstats/
DNetworkStatsDataMigrationUtilsTest.kt53 getInputStreamForResource(R.raw.netstats_uid_v4)) in testReadPlatformCollection()
58 getInputStreamForResource(R.raw.netstats_uid_v16)) in testReadPlatformCollection()
100 private fun getInputStreamForResource(resourceId: Int): DataInputStream { in getInputStreamForResource() method in android.net.netstats.NetworkStatsDataMigrationUtilsTest