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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DImageCacheService.java57 long cacheKey = Utils.crc64Long(key);
76 long cacheKey = Utils.crc64Long(key);
H A DDownloadCache.java92 long hash = Utils.crc64Long(stringUrl);
220 String hashCode = String.valueOf(Utils.crc64Long(url));
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java157 public static final long crc64Long(String in) { method in class:Utils
161 return crc64Long(getBytes(in));
177 public static final long crc64Long(byte[] buffer) { method in class:Utils
H A DFileCache.java104 entry.hashCode = Utils.crc64Long(downloadUrl);
165 long hash = Utils.crc64Long(downloadUrl);

Completed in 92 milliseconds