Home
last modified time | relevance | path

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

/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
DPhoneBook.java76 private Set<Integer> mContactsWithoutImage; field in PhoneBook
130 if (mContactsWithoutImage != null && mContactsWithoutImage.contains(contactId)) { in getContactPictureAsync()
195 if (mContactsWithoutImage == null) { in cacheContactPhoto()
196 mContactsWithoutImage = new HashSet<>(); in cacheContactPhoto()
198 mContactsWithoutImage.add(contactId); in cacheContactPhoto()