Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DContactListItemData.java36 private RecipientEntry mRecipientEntry; field in ContactListItemData
80 mRecipientEntry = ContactUtil.createRecipientEntry(displayName, in bind()
95 mRecipientEntry = entry; in bind()
105 ContactRecipientEntryUtils.getDisplayNameForContactList(mRecipientEntry); in getDisplayName()
110 return mRecipientEntry.getPhotoThumbnailUri() == null ? null : in getPhotoThumbnailUri()
111 mRecipientEntry.getPhotoThumbnailUri(); in getPhotoThumbnailUri()
116 mStyledDestination : ContactRecipientEntryUtils.formatDestination(mRecipientEntry); in getDestination()
121 return mRecipientEntry.getDestinationType(); in getDestinationType()
125 return mRecipientEntry.getDestinationLabel(); in getDestinationLabel()
129 return mRecipientEntry.getContactId(); in getContactId()
[all …]