Searched defs:photoType (Results 1 – 3 of 3) sorted by relevance
51 public abstract int photoType(); in photoType() method in PrimaryInfo98 public abstract Builder setPhotoType(@ContactPhotoType int photoType); in setPhotoType()
1309 final String photoType = VCardUtils.guessImageType(data); in appendPhotos() local1734 public void appendPhotoLine(final String encodedValue, final String photoType) { in appendPhotoLine()
705 @ContactPhotoType int photoType; field in ContactInfoCache.ContactCacheEntry