Searched refs:fromCoalescedRow (Results 1 – 4 of 4) sorted by relevance
31 .setPhotoInfo(PhotoInfoBuilder.fromCoalescedRow(context, row)) in fromRow()
91 .setPhotoInfo(PhotoInfoBuilder.fromCoalescedRow(context, row)) in createCallDetailsHeaderInfoFromRow()
32 public static PhotoInfo.Builder fromCoalescedRow(Context context, CoalescedRow coalescedRow) { in fromCoalescedRow() method in PhotoInfoBuilder
187 contactPhotoView.setPhoto(PhotoInfoBuilder.fromCoalescedRow(activity, row).build()); in setPhoto()