Searched refs:recipientEntry (Results 1 – 2 of 2) sorted by relevance
107 public void bind(final RecipientEntry recipientEntry, final CharSequence styledName, in bind() argument110 mData.bind(recipientEntry, styledName, styledDestination, isSingleRecipient, isWorkContact); in bind()121 final RecipientEntry recipientEntry = mData.getRecipientEntry(); in updateViewAppearance() local128 ParticipantData.getFromRecipientEntry(recipientEntry)); in updateViewAppearance()138 ParticipantData.getFromRecipientEntry(recipientEntry)); in updateViewAppearance()
167 public static ParticipantData getFromRecipientEntry(final RecipientEntry recipientEntry) { in getFromRecipientEntry() argument172 pd.mSendDestination = TextUtil.replaceUnicodeDigits(recipientEntry.getDestination()); in getFromRecipientEntry()180 pd.mFullName = recipientEntry.getDisplayName(); in getFromRecipientEntry()182 pd.mProfilePhotoUri = (recipientEntry.getPhotoThumbnailUri() == null) ? null : in getFromRecipientEntry()183 recipientEntry.getPhotoThumbnailUri().toString(); in getFromRecipientEntry()184 pd.mContactId = recipientEntry.getContactId(); in getFromRecipientEntry()191 pd.mLookupKey = recipientEntry.getLookupKey(); in getFromRecipientEntry()