HomeSort by relevance Sort by last modified time
    Searched refs:recipients (Results 26 - 41 of 41) sorted by null

12

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 751 public void append(String[] recipients) {
753 final boolean hasRecipients = appendRecipients(recipients, addLimit);
755 mRecipientCount += Math.min(addLimit, recipients.length);
759 public void appendBcc(String[] recipients) {
761 if (shouldAppendRecipients(recipients, addLimit)) {
770 append(recipients);
774 * Appends formatted recipients of the message to the recipient list,
775 * as long as there are recipients left to append and the maximum number
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 163 * address String The addresses of the recipients in current conversation.
279 private RecipientsEditor mRecipientsEditor; // UI control for editing recipients
280 private ImageButton mRecipientsPicker; // UI control for recipients picker
293 // think the message list is empty, thus show the recipients
300 private int mLastRecipientCount; // Used for warning the user on too many recipients.
345 private final static String RECIPIENTS = "recipients";
728 // The recipients editor is still open. Make sure we use what's showing there
1780 ContactList recipients = getRecipients(); local
2626 ContactList recipients = getRecipients(); local
3873 String recipients = bundle.getString(RECIPIENTS); local
4255 ContactList recipients = mConversation.getRecipients(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmc.h 114 CMC_recipient *recipients; member in struct:__anon30942
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 91 public static final String EXTRA_SMS_RECIPIENTS = "android.mms.extra.RECIPIENTS";
766 // Make sure our working set of recipients is resolved
777 * Resolve the temporary working set of recipients to a ContactList.
781 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false); local
782 mConversation.setRecipients(recipients); // resets the threadId to zero
783 setHasMultipleRecipients(recipients.size() > 1, true);
793 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false); local
794 return recipients.serialize();
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 227 AUTHORITY, "conversations/#/recipients",
340 List<String> recipients = uri.getQueryParameters("recipient"); local
342 cursor = getThreadId(recipients);
624 * recipients IDs. If no thread exists with this ID, create
628 private synchronized Cursor getThreadId(List<String> recipients) {
629 Set<Long> addressIds = getAddressIds(recipients);
656 // Find the thread with the given recipients
660 // No thread with those recipients exists, so create the thread.
663 Log.d(LOG_TAG, "getThreadId: create new thread_id for recipients " +
664 /*recipients*/ "xxxxxxxx")
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 965 Set<String> recipients = new HashSet<String>(); local
1033 Set<String> recipients = new HashSet<String>(); local
1422 Set<String> recipients = new HashSet<String>(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 257 # Resets the sender, recipients, and data, but not the greeting
372 refused = e.recipients
375 # All recipients were refused. If the exception had an associated
416 # Remove all list recipients from rcpttos and forward what we're not
418 # since we don't expect a large number of recipients.
421 # If there's any non-list destined recipients left,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 257 # Resets the sender, recipients, and data, but not the greeting
372 refused = e.recipients
375 # All recipients were refused. If the exception had an associated
416 # Remove all list recipients from rcpttos and forward what we're not
418 # since we don't expect a large number of recipients.
421 # If there's any non-list destined recipients left,
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 257 # Resets the sender, recipients, and data, but not the greeting
372 refused = e.recipients
375 # All recipients were refused. If the exception had an associated
416 # Remove all list recipients from rcpttos and forward what we're not
418 # since we don't expect a large number of recipients.
421 # If there's any non-list destined recipients left,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 257 # Resets the sender, recipients, and data, but not the greeting
372 refused = e.recipients
375 # All recipients were refused. If the exception had an associated
416 # Remove all list recipients from rcpttos and forward what we're not
418 # since we don't expect a large number of recipients.
421 # If there's any non-list destined recipients left,
  /device/asus/grouper/keymaster/
NOTICE 137 (a) You must give any other recipients of the Work or
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 137 (a) You must give any other recipients of the Work or
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 137 (a) You must give any other recipients of the Work or
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 302 gratis or for a fee, you must give the recipients all the rights that
314 want its recipients to know that what they have is not the original, so
352 and give any other recipients of the Program a copy of this License
461 restrictions on the recipients' exercise of the rights granted herein.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 2986 milliseconds

12