Home | History | Annotate | Download | only in provider

Lines Matching refs:recipients

1689          * A string encoding of the recipient IDs of the recipients of
1792 Set<String> recipients = new HashSet<String>();
1794 recipients.add(recipient);
1795 return getOrCreateThreadId(context, recipients);
1799 * Given the recipients list and subject of an unsaved message,
1804 * <p>Find the thread ID of the same set of recipients (in any order,
1810 Context context, Set<String> recipients) {
1813 for (String recipient : recipients) {
1838 Rlog.e(TAG, "getOrCreateThreadId failed with " + recipients.size() + " recipients");