Searched defs:crc64Long (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/util/
H A DImageCacheService.java59 long cacheKey = crc64Long(key);
78 long cacheKey = crc64Long(key);
118 public static final long crc64Long(String in) { method in class:ImageCacheService
122 return crc64Long(getBytes(in));
138 public static final long crc64Long(byte[] buffer) { method in class:ImageCacheService
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java134 public static final long crc64Long(String in) { method in class:Utils
138 return crc64Long(getBytes(in));
154 public static final long crc64Long(byte[] buffer) { method in class:Utils

Completed in 232 milliseconds