Searched defs:cacheKey (Results 1 – 5 of 5) sorted by relevance
60 long cacheKey = Utils.crc64Long(key); in getImageData() local82 long cacheKey = Utils.crc64Long(key); in putImageData() local97 long cacheKey = Utils.crc64Long(key); in clearImageData() local
82 CacheKey cacheKey = sizeMap.get(size); in getThumbnail() local129 CacheKey cacheKey = new CacheKey(uri, userId, size); in putThumbnail() local167 private void removeKey(CacheKey cacheKey) { in removeKey()
65 Pair<ComponentName, UserHandle> cacheKey = Pair.create(componentName, userHandle); in getService() local
230 Pair<PhoneAccountHandle, String> cacheKey = new Pair<>(accountHandle, number); in isVoicemailNumber() local
339 protected boolean getEntryFromDB(ComponentKey cacheKey, CacheEntry entry, boolean lowRes) { in getEntryFromDB()