Searched refs:mRecipientEntry (Results 1 – 1 of 1) sorted by relevance
36 private RecipientEntry mRecipientEntry; field in ContactListItemData80 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 …]