Home | History | Annotate | Download | only in data

Lines Matching refs:recipients

79     public static final String EXTRA_SMS_RECIPIENTS = "android.mms.extra.RECIPIENTS";
659 // Make sure our working set of recipients is resolved
671 * Resolve the temporary working set of recipients to a ContactList.
675 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false);
676 mConversation.setRecipients(recipients); // resets the threadId to zero
686 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false);
687 return recipients.serialize();
852 * Update the temporary list of recipients, used when setting up a
1101 "recipients changed. origThreadId: " +
1106 "Recipients in window: \"" +
1107 recipientsInUI + "\" differ from recipients from conv: \"" +
1124 LogTag.debug("sendSmsWorker sending message: recipients=" + semiSepRecipients +