Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java317 PhotoInfo.Builder photoInfoBuilder = in loadPhotoWithGlide() local
326 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()