Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DContactRecipientEntryUtils.java45 private static final long CONTACT_ID_SENDTO_DESTINATION = -1001; field in ContactRecipientEntryUtils
51 return constructSpecialRecipientEntry(destination, CONTACT_ID_SENDTO_DESTINATION); in constructSendToDestinationEntry()
66 final Uri avatarUri = contactId == CONTACT_ID_SENDTO_DESTINATION ? in constructSpecialRecipientEntry()
81 if (entry.getContactId() == CONTACT_ID_SENDTO_DESTINATION) { in getDisplayNameForContactList()
106 return entry.getContactId() == CONTACT_ID_SENDTO_DESTINATION; in isSendToDestinationContact()
113 return participant.getContactId() == CONTACT_ID_SENDTO_DESTINATION; in isSendToDestinationContact()