Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java481 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.ContactCacheEntry
910 entry.photoType = ContactPhotoType.BUSINESS; in onPhoneNumberInfoComplete()
DCallCardPresenter.java722 .setPhotoType(primaryContactInfo.photoType) in updatePrimaryDisplayInfo()
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
DPrimaryInfo.java51 public abstract int photoType(); in photoType() method in PrimaryInfo
98 public abstract Builder setPhotoType(@ContactPhotoType int photoType); in setPhotoType() argument
153 photoType(), in toString()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java223 && primaryInfo.photoType() == ContactPhotoType.CONTACT; in updateAvatarVisibility()
319 .setIsBusiness(primaryInfo.photoType() == ContactPhotoType.BUSINESS) in loadPhotoWithGlide()
350 primaryInfo.photo() != null && primaryInfo.photoType() == ContactPhotoType.CONTACT; in loadPhotoWithLegacy()
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatFragment.java401 primaryInfo.photo() != null && primaryInfo.photoType() == ContactPhotoType.CONTACT; in updateAvatar()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerFragment.java570 primaryInfo.photoType() == ContactPhotoType.CONTACT ? primaryInfo.photo() : null); in updatePrimaryUI()