Home | History | Annotate | Download | only in data

Lines Matching refs:contactList

777      * Resolve the temporary working set of recipients to a ContactList.
781 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false);
793 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false);
985 * new conversation. Will be converted to a ContactList on any
1035 ContactList contactList = conv.getRecipients();
1036 setHasEmail(contactList.containsEmail(), false);
1037 setHasMultipleRecipients(contactList.size() > 1, false);