Home
last modified time | relevance | path

Searched refs:getCacheId (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageRequest.java241 return MediaCacheManager.get().getOrCreateBitmapPoolForCache(getCacheId()); in getBitmapPool()
248 getCacheId()); in getMediaCache()
255 public int getCacheId() { in getCacheId() method in ImageRequest
DAsyncMediaRequestWrapper.java66 public int getCacheId() { in getCacheId() method in AsyncMediaRequestWrapper
67 return mWrappedRequest.getCacheId(); in getCacheId()
DDecodedImageResource.java240 public int getCacheId() { in getCacheId() method in DecodedImageResource.EncodeImageRequest
241 return mOriginalImageRequest.getCacheId(); in getCacheId()
DVCardRequest.java106 public int getCacheId() { in getCacheId() method in VCardRequest
114 getCacheId()); in getMediaCache()
DMediaRequest.java57 int getCacheId(); in getCacheId() method
DEncodedImageResource.java148 public int getCacheId() { in getCacheId() method in EncodedImageResource.DecodeImageRequest
DCompositeImageRequest.java101 public int getCacheId() { in getCacheId() method in CompositeImageRequest
DSimSelectorAvatarRequest.java114 public int getCacheId() { in getCacheId() method in SimSelectorAvatarRequest
DAvatarRequest.java186 public int getCacheId() { in getCacheId() method in AvatarRequest
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
DFakeImageRequest.java48 public int getCacheId() { in getCacheId() method in FakeImageRequest
56 getCacheId()); in getMediaCache()