Searched refs:ContactRecipientEntryUtils (Results 1 – 5 of 5) sorted by relevance
26 import com.android.messaging.util.ContactRecipientEntryUtils;105 ContactRecipientEntryUtils.getDisplayNameForContactList(mRecipientEntry); in getDisplayName()116 mStyledDestination : ContactRecipientEntryUtils.formatDestination(mRecipientEntry); in getDestination()153 return ContactRecipientEntryUtils.isAvatarAndNumberOnlyContact(mRecipientEntry) || in getIsSimpleContactItem()154 ContactRecipientEntryUtils.isSendToDestinationContact(mRecipientEntry); in getIsSimpleContactItem()
36 import com.android.messaging.util.ContactRecipientEntryUtils;89 ContactRecipientEntryUtils.getDisplayNameForContactList(entry), in bindView()92 ContactRecipientEntryUtils.formatDestination(entry), in bindView()
40 import com.android.messaging.util.ContactRecipientEntryUtils;182 entries.add(ContactRecipientEntryUtils in performFiltering()262 final boolean sendToLhs = ContactRecipientEntryUtils in compare()264 final boolean sendToRhs = ContactRecipientEntryUtils in compare()
37 import com.android.messaging.util.ContactRecipientEntryUtils;156 ContactRecipientEntryUtils.isSendToDestinationContact(entry)) { in doInBackground()172 ContactRecipientEntryUtils.constructNumberWithAvatarEntry( in doInBackground()
31 public class ContactRecipientEntryUtils { class