Home
last modified time | relevance | path

Searched refs:bucketKey (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DBitmapDownloader.java261 String bucketKey = getBucketKey( in addBitmapToMemoryCache() local
263 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in addBitmapToMemoryCache()
274 Log.d(TAG, "add cache "+bucketKey+" isScaled = "+isScaled); in addBitmapToMemoryCache()
277 mMemoryCache.put(bucketKey, bitmapItem); in addBitmapToMemoryCache()
283 String bucketKey = in getBitmapFromMemCache() local
285 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()
306 bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]); in getBitmapFromMemCache()
307 bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()
316 String bucketKey = in getBitmapFromMemCache() local
318 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()
[all …]
DDrawableDownloader.java354 String bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig()); in addBitmapToMemoryCache() local
355 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in addBitmapToMemoryCache()
357 Log.d(TAG, "add cache "+bucketKey); in addBitmapToMemoryCache()
361 mMemoryCache.remove(bucketKey); in addBitmapToMemoryCache()
370 mMemoryCache.put(bucketKey, bitmapItem); in addBitmapToMemoryCache()
374 String bucketKey = in getBitmapFromMemCache() local
376 BitmapItem item = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()
384 String bucketKey = in getLargestBitmapFromMemCache() local
386 BitmapItem item = mMemoryCache.get(bucketKey); in getLargestBitmapFromMemCache()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java7706 String bucketKey; in getFastScrollingIndexExtras() local
7709 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; in getFastScrollingIndexExtras()
7712 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in getFastScrollingIndexExtras()
7722 bucketKey + " AS " + AddressBookIndexQuery.BUCKET); in getFastScrollingIndexExtras()