Searched refs:mContactsWithoutImage (Results 1 – 1 of 1) sorted by relevance
76 private Set<Integer> mContactsWithoutImage; field in PhoneBook130 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()