Searched refs:photoInfoBuilder (Results 1 – 1 of 1) sorted by relevance
317 PhotoInfo.Builder photoInfoBuilder = in loadPhotoWithGlide() local326 photoInfoBuilder.setName(primaryInfo.number()); in loadPhotoWithGlide()328 photoInfoBuilder.setName(primaryInfo.name()); in loadPhotoWithGlide()332 photoInfoBuilder.setFormattedNumber(primaryInfo.number()); in loadPhotoWithGlide()336 photoInfoBuilder.setPhotoUri(primaryInfo.photoUri().toString()); in loadPhotoWithGlide()340 photoInfoBuilder.setLookupUri(primaryInfo.contactInfoLookupKey()); in loadPhotoWithGlide()345 .loadContactPhoto(avatarImageView, photoInfoBuilder.build()); in loadPhotoWithGlide()