Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DResourceAsset.java129 return getCacheKey(); in toString()
134 return getCacheKey().hashCode(); in hashCode()
141 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
148 messageDigest.update(getCacheKey().getBytes(CHARSET)); in updateDiskCacheKey()
154 protected String getCacheKey() { in getCacheKey() method in ResourceAsset.PackageResourceKey
DCurrentWallpaperAssetVN.java122 return getCacheKey(); in toString()
127 return getCacheKey().hashCode(); in hashCode()
134 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
142 messageDigest.update(getCacheKey().getBytes(CHARSET)); in updateDiskCacheKey()
148 private String getCacheKey() { in getCacheKey() method in CurrentWallpaperAssetVN.CurrentWallpaperVNKey
DLiveWallpaperThumbAsset.java110 return getCacheKey(); in toString()
115 return getCacheKey().hashCode(); in hashCode()
125 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
130 messageDigest.update(getCacheKey().getBytes(CHARSET)); in updateDiskCacheKey()
138 private String getCacheKey() { in getCacheKey() method in LiveWallpaperThumbAsset.LiveWallpaperThumbKey
DNexusStaticAsset.java57 protected String getCacheKey() { in getCacheKey() method in NexusStaticAsset.PackageResourceKey
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DBitmapDownloader.java262 key.getCacheKey(), key.getBitmapConfig(), bitmap.getHeight()); in addBitmapToMemoryCache()
284 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), key.getHeight()); in getBitmapFromMemCache()
306 bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]); in getBitmapFromMemCache()
317 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]); in getBitmapFromMemCache()
330 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]); in getLargestBitmapFromMemCache()
DDrawableDownloader.java354 String bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig()); in addBitmapToMemoryCache()
375 getBucketKey(key.getCacheKey(), key.getBitmapConfig()); in getBitmapFromMemCache()
385 getBucketKey(key.getCacheKey(), key.getBitmapConfig()); in getLargestBitmapFromMemCache()
DBitmapWorkerOptions.java205 public String getCacheKey() { in getCacheKey() method in BitmapWorkerOptions
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewCoordinates.java124 private int getCacheKey() { in getCacheKey() method in ConversationItemViewCoordinates.Config
478 final int cacheKey = config.getCacheKey(); in forConfig()