Lines Matching refs:recipients

88     private ContactList mRecipients;    // The current set of recipients.
131 * Create a new conversation with no recipients. {@link #setRecipients} can
166 public static Conversation get(Context context, ContactList recipients, boolean allowQuery) {
168 Log.v(TAG, "Conversation get by recipients: " + recipients.serialize());
170 // If there are no recipients in the list, make a new conversation.
171 if (recipients.size() < 1) {
175 Conversation conv = Cache.get(recipients);
179 long threadId = getOrCreateThreadId(context, recipients);
183 if (!conv.getRecipients().equals(recipients)) {
184 LogTag.error(TAG, "Conversation.get: new conv's recipients don't match input recpients "
185 + /*recipients*/ "xxxxxxx");
191 LogTag.error("Tried to add duplicate Conversation to Cache (from recipients): " + conv);
193 LogTag.error("get by recipients cache.replace failed on " + conv);
229 String recipients = PhoneNumberUtils.replaceUnicodeDigits(getRecipients(uri))
231 return get(context, ContactList.getByNumbers(recipients,
491 * Sets the list of recipients associated with this conversation.
608 HashSet<String> recipients = new HashSet<String>();
613 recipients.add(cacheContact.getNumber());
615 recipients.add(c.getNumber());
638 long retVal = Threads.getOrCreateThreadId(context, recipients);
641 recipients, retVal);
901 * cursor, possibly setting recipients to empty if {@value allowQuery}
927 ContactList recipients = ContactList.getByIds(recipientIds, allowQuery);
929 conv.mRecipients = recipients;
1017 * is based on the recipients and it's there under a stale threadId. In this function
1034 // to the hashset. Because the hashkey is the conversation's recipients, and not
1037 // recipients.
1325 ContactList recipients = ContactList.getByIds(c.getString(RECIPIENT_IDS), false);
1326 Log.d(TAG, "----recipients: " + recipients.serialize());
1425 // a thread with a single recipient. If the thread has multiple recipients, just