Home
last modified time | relevance | path

Searched refs:crc64Long (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DImageCacheService.java60 long cacheKey = Utils.crc64Long(key); in getImageData()
82 long cacheKey = Utils.crc64Long(key); in putImageData()
97 long cacheKey = Utils.crc64Long(key); in clearImageData()
DDownloadCache.java90 long hash = Utils.crc64Long(stringUrl); in findEntryInDatabase()
193 String hashCode = String.valueOf(Utils.crc64Long(url)); in insertEntry()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DUtils.java135 public static final long crc64Long(String in) { in crc64Long() method in Utils
139 return crc64Long(getBytes(in)); in crc64Long()
155 public static final long crc64Long(byte[] buffer) { in crc64Long() method in Utils
DFileCache.java105 entry.hashCode = Utils.crc64Long(downloadUrl); in store()
166 long hash = Utils.crc64Long(downloadUrl); in queryDatabase()