Home
last modified time | relevance | path

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

/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
DPhoneBook.java75 private LruCache<Integer, Bitmap> mContactPhotoById; field in PhoneBook
135 if (mContactPhotoById == null) { in getContactPictureAsync()
136 mContactPhotoById = new LruCache<Integer, Bitmap>(4 << 20 /* 4mb */) { in getContactPictureAsync()
143 Bitmap photo = mContactPhotoById.get(contactId); in getContactPictureAsync()
193 mContactPhotoById.put(contactId, bitmap); in cacheContactPhoto()