Searched defs:recipients (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1052 HashSet<String> recipients = new HashSet<String>();
1071 recipients.add(v.getString());
1077 if (!recipients.isEmpty()) {
1078 long threadId = Threads.getOrCreateThreadId(mContext, recipients);
1226 * @param createThreadId if true, this function may create a thread id for the recipients
1227 * @param groupMmsEnabled if true, all of the recipients addressed in the PDU will be used
1328 HashSet<String> recipients = new HashSet<String>();
1340 loadRecipients(PduHeaders.FROM, recipients, addressMap, false);
1343 // message with the thread composed of all the recipients -- all but our own
1349 loadRecipients(PduHeaders.TO, recipients, addressMa
1450 loadRecipients(int addressType, HashSet<String> recipients, HashMap<Integer, EncodedStringValue[]> addressMap, boolean excludeMyNumber) argument
[all...]
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java791 * The address of the recipients.
797 * The address of the cc. recipients.
803 * The address of the bcc. recipients.
1196 * A string encoding of the recipient IDs of the recipients of
1267 Set<String> recipients = new HashSet<String>();
1269 recipients.add(recipient);
1270 return getOrCreateThreadId(context, recipients);
1274 * Given the recipients list and subject of an unsaved message,
1279 * Find the thread ID of the same set of recipients (in
1284 Context context, Set<String> recipients) {
1283 getOrCreateThreadId( Context context, Set<String> recipients) argument
[all...]

Completed in 86 milliseconds