Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DContactListItemData.java36 private RecipientEntry mRecipientEntry; field in ContactListItemData
80 mRecipientEntry = ContactUtil.createRecipientEntry(displayName, in bind()
95 mRecipientEntry = entry; in bind()
110 return mRecipientEntry.getPhotoThumbnailUri() == null ? null : in getPhotoThumbnailUri()
111 mRecipientEntry.getPhotoThumbnailUri(); in getPhotoThumbnailUri()
121 return mRecipientEntry.getDestinationType(); in getDestinationType()
125 return mRecipientEntry.getDestinationLabel(); in getDestinationLabel()
129 return mRecipientEntry.getContactId(); in getContactId()
133 return mRecipientEntry.getLookupKey(); in getLookupKey()
145 return mRecipientEntry.isFirstLevel() || mSingleRecipient; in getIsFirstLevel()
[all …]