Searched refs:photoType (Results 1 – 6 of 6) sorted by relevance
481 cacheEntry.photoType = existingCacheEntry.photoType; in updateCallerInfoInCacheOnAnyThread()584 entry.photoType = ContactPhotoType.CONTACT; in loadImage()588 entry.photoType = ContactPhotoType.CONTACT; in loadImage()592 entry.photoType = ContactPhotoType.DEFAULT_PLACEHOLDER; in loadImage()632 cce.photoType = ContactPhotoType.CONTACT; in buildEntry()634 cce.photoType = ContactPhotoType.DEFAULT_PLACEHOLDER; in buildEntry()705 @ContactPhotoType int photoType; field in ContactInfoCache.ContactCacheEntry910 entry.photoType = ContactPhotoType.BUSINESS; in onPhoneNumberInfoComplete()
722 .setPhotoType(primaryContactInfo.photoType) in updatePrimaryDisplayInfo()
51 public abstract int photoType(); in photoType() method in PrimaryInfo98 public abstract Builder setPhotoType(@ContactPhotoType int photoType); in setPhotoType() argument153 photoType(), in toString()
223 && primaryInfo.photoType() == ContactPhotoType.CONTACT; in updateAvatarVisibility()319 .setIsBusiness(primaryInfo.photoType() == ContactPhotoType.BUSINESS) in loadPhotoWithGlide()350 primaryInfo.photo() != null && primaryInfo.photoType() == ContactPhotoType.CONTACT; in loadPhotoWithLegacy()
401 primaryInfo.photo() != null && primaryInfo.photoType() == ContactPhotoType.CONTACT; in updateAvatar()
570 primaryInfo.photoType() == ContactPhotoType.CONTACT ? primaryInfo.photo() : null); in updatePrimaryUI()