Searched defs:recipients (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DTelephony.java743 * The address of the recipients.
749 * The address of the cc. recipients.
755 * The address of the bcc. recipients.
1148 * A string encoding of the recipient IDs of the recipients of
1219 Set<String> recipients = new HashSet<String>();
1221 recipients.add(recipient);
1222 return getOrCreateThreadId(context, recipients);
1226 * Given the recipients list and subject of an unsaved message,
1231 * Find the thread ID of the same set of recipients (in
1236 Context context, Set<String> recipients) {
1235 getOrCreateThreadId( Context context, Set<String> recipients) argument
[all...]

Completed in 34 milliseconds