Home
last modified time | relevance | path

Searched defs:photoType (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DPrimaryInfo.java51 public abstract int photoType(); in photoType() method in PrimaryInfo
98 public abstract Builder setPhotoType(@ContactPhotoType int photoType); in setPhotoType()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1309 final String photoType = VCardUtils.guessImageType(data); in appendPhotos() local
1734 public void appendPhotoLine(final String encodedValue, final String photoType) { in appendPhotoLine()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java705 @ContactPhotoType int photoType; field in ContactInfoCache.ContactCacheEntry