Home | History | Annotate | Download | only in data

Lines Matching refs:recipients

91     public static final String EXTRA_SMS_RECIPIENTS = "android.mms.extra.RECIPIENTS";
766 // Make sure our working set of recipients is resolved
777 * Resolve the temporary working set of recipients to a ContactList.
781 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false);
782 mConversation.setRecipients(recipients); // resets the threadId to zero
783 setHasMultipleRecipients(recipients.size() > 1, true);
793 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false);
794 return recipients.serialize();
984 * Update the temporary list of recipients, used when setting up a
1056 * Set whether this message will be sent to multiple recipients. This is a hint whether the
1058 * the fact that the message is sent to multiple recipients is not a factor in determining
1078 * an attachment, but not just because it has multiple recipients.
1085 // If this message is only mms because of multiple recipients and there's no text
1302 "recipients changed. origThreadId: " +
1307 "Recipients in window: \"" +
1308 recipientsInUI + "\" differ from recipients from conv: \"" +
1326 Log.d(LogTag.TRANSACTION, "sendSmsWorker sending message: recipients=" +
1739 LogTag.debug("asyncUpdateDraftSmsMessage no recipients, not saving");