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()
173 public static ParticipantData getFromRecipientEntry(final RecipientEntry recipientEntry) { in getFromRecipientEntry() argument178 pd.mSendDestination = TextUtil.replaceUnicodeDigits(recipientEntry.getDestination()); in getFromRecipientEntry()186 pd.mFullName = recipientEntry.getDisplayName(); in getFromRecipientEntry()188 pd.mProfilePhotoUri = (recipientEntry.getPhotoThumbnailUri() == null) ? null : in getFromRecipientEntry()189 recipientEntry.getPhotoThumbnailUri().toString(); in getFromRecipientEntry()190 pd.mContactId = recipientEntry.getContactId(); in getFromRecipientEntry()197 pd.mLookupKey = recipientEntry.getLookupKey(); in getFromRecipientEntry()