Searched refs:crc64Long (Results 1 – 4 of 4) sorted by relevance
60 long cacheKey = Utils.crc64Long(key); in getImageData()82 long cacheKey = Utils.crc64Long(key); in putImageData()97 long cacheKey = Utils.crc64Long(key); in clearImageData()
90 long hash = Utils.crc64Long(stringUrl); in findEntryInDatabase()193 String hashCode = String.valueOf(Utils.crc64Long(url)); in insertEntry()
135 public static final long crc64Long(String in) { in crc64Long() method in Utils139 return crc64Long(getBytes(in)); in crc64Long()155 public static final long crc64Long(byte[] buffer) { in crc64Long() method in Utils
105 entry.hashCode = Utils.crc64Long(downloadUrl); in store()166 long hash = Utils.crc64Long(downloadUrl); in queryDatabase()