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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java105 * that use the new Chips UI for addressing a message to recipients.
613 // Don't draw photos for recipients that have been typed in OR generated on the fly.
803 * Set whether to shrink the recipients field such that at most
804 * one line of recipients chips are shown when the field loses
805 * focus. By default, the number of displayed recipients will be
914 // There are too many recipients to look up, so just fall back
1875 DrawableRecipientChip[] recipients = getSortedRecipients();
1877 if (recipients == null || recipients.length <= CHIP_LIMIT) {
1882 int numRecipients = recipients
2578 processReplacements(final List<DrawableRecipientChip> recipients, final List<DrawableRecipientChip> replacements) argument
[all...]
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java1413 * A string encoding of the recipient IDs of the recipients of
1510 Set<String> recipients = new HashSet<String>();
1512 recipients.add(recipient);
1513 return getOrCreateThreadId(context, recipients);
1517 * Given the recipients list and subject of an unsaved message,
1522 * <p>Find the thread ID of the same set of recipients (in any order,
1528 Context context, Set<String> recipients) {
1531 for (String recipient : recipients) {
1527 getOrCreateThreadId( Context context, Set<String> recipients) argument
/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...]

Completed in 194 milliseconds