HomeSort by relevance Sort by last modified time
    Searched refs:crc64Long (Results 1 - 7 of 7) sorted by null

  /packages/apps/Mms/src/com/android/mms/util/
ImageCacheService.java 56 long cacheKey = crc64Long(key);
75 long cacheKey = crc64Long(key);
115 public static final long crc64Long(String in) {
119 return crc64Long(getBytes(in));
135 public static final long crc64Long(byte[] buffer) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java 60 long cacheKey = Utils.crc64Long(key);
82 long cacheKey = Utils.crc64Long(key);
97 long cacheKey = Utils.crc64Long(key);
DownloadCache.java 90 long hash = Utils.crc64Long(stringUrl);
193 String hashCode = String.valueOf(Utils.crc64Long(url));
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
Utils.java 135 public static final long crc64Long(String in) {
139 return crc64Long(getBytes(in));
155 public static final long crc64Long(byte[] buffer) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 135 public static final long crc64Long(String in) {
139 return crc64Long(getBytes(in));
155 public static final long crc64Long(byte[] buffer) {
FileCache.java 105 entry.hashCode = Utils.crc64Long(downloadUrl);
166 long hash = Utils.crc64Long(downloadUrl);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
Utils.java 135 public static final long crc64Long(String in) {
139 return crc64Long(getBytes(in));
155 public static final long crc64Long(byte[] buffer) {

Completed in 108 milliseconds