Home
last modified time | relevance | path

Searched refs:getCacheKey (Results 1 – 4 of 4) 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.java152 return getCacheKey(); in toString()
157 return getCacheKey().hashCode(); in hashCode()
167 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
172 messageDigest.update(getCacheKey().getBytes(CHARSET)); in updateDiskCacheKey()
180 private String getCacheKey() { in getCacheKey() method in LiveWallpaperThumbAsset.LiveWallpaperThumbKey
DNexusStaticAsset.java57 protected String getCacheKey() { in getCacheKey() method in NexusStaticAsset.PackageResourceKey