Searched refs:getCacheKey (Results 1 – 4 of 4) sorted by relevance
142 return getCacheKey(); in toString()147 return getCacheKey().hashCode(); in hashCode()154 return getCacheKey().equals(otherKey.getCacheKey()); in equals()161 messageDigest.update(getCacheKey().getBytes(CHARSET)); in updateDiskCacheKey()167 protected String getCacheKey() { in getCacheKey() method in ResourceAsset.PackageResourceKey
176 return getCacheKey(); in toString()181 return getCacheKey().hashCode(); in hashCode()188 return getCacheKey().equals(otherKey.getCacheKey()); in equals()196 messageDigest.update(getCacheKey().getBytes(CHARSET)); in updateDiskCacheKey()202 private String getCacheKey() { in getCacheKey() method in CurrentWallpaperAsset.CurrentWallpaperKey
323 return getCacheKey(); in toString()328 return getCacheKey().hashCode(); in hashCode()338 return getCacheKey().equals(otherKey.getCacheKey()); in equals()343 messageDigest.update(getCacheKey().getBytes(CHARSET)); in updateDiskCacheKey()351 private String getCacheKey() { in getCacheKey() method in LiveWallpaperThumbAsset.LiveWallpaperThumbKey
99 protected String getCacheKey() { in getCacheKey() method in SystemStaticAsset.PackageResourceKey