HomeSort by relevance Sort by last modified time
    Searched full:recipients (Results 76 - 100 of 1529) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /build/tools/droiddoc/templates-ds/assets/
GPL-LICENSE.txt 34 gratis or for a fee, you must give the recipients all the rights that
46 want its recipients to know that what they have is not the original, so
84 and give any other recipients of the Program a copy of this License
193 restrictions on the recipients' exercise of the rights granted herein.
  /build/tools/droiddoc/templates-sac/assets/
GPL-LICENSE.txt 34 gratis or for a fee, you must give the recipients all the rights that
46 want its recipients to know that what they have is not the original, so
84 and give any other recipients of the Program a copy of this License
193 restrictions on the recipients' exercise of the rights granted herein.
  /build/tools/droiddoc/templates-sdk/assets/
GPL-LICENSE.txt 34 gratis or for a fee, you must give the recipients all the rights that
46 want its recipients to know that what they have is not the original, so
84 and give any other recipients of the Program a copy of this License
193 restrictions on the recipients' exercise of the rights granted herein.
  /build/tools/droiddoc/templates-sdk-dyn/assets/
GPL-LICENSE.txt 34 gratis or for a fee, you must give the recipients all the rights that
46 want its recipients to know that what they have is not the original, so
84 and give any other recipients of the Program a copy of this License
193 restrictions on the recipients' exercise of the rights granted herein.
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 157 private void sendMessage(final String recipients, final String subject, final String text) {
168 final byte[] pdu = buildPdu(MmsMessagingDemo.this, recipients, subject, text);
333 private static byte[] buildPdu(Context context, String recipients, String subject,
343 EncodedStringValue.encodeStrings(recipients.split(" "));
  /device/lge/hammerhead/overlay/packages/apps/Mms/res/xml/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/lge/mako/overlay/packages/apps/Mms/res/xml/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/lge/mako/overlay/packages/apps/Mms/res/xml-mcc302-mnc220/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/lge/mako/overlay/packages/apps/Mms/res/xml-mcc302-mnc270/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/lge/mako/overlay/packages/apps/Mms/res/xml-mcc302-mnc290/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/lge/mako/overlay/packages/apps/Mms/res/xml-mcc302-mnc370/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/lge/mako/overlay/packages/apps/Mms/res/xml-mcc302-mnc490/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/lge/mako/overlay/packages/apps/Mms/res/xml-mcc302-mnc500/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/lge/mako/overlay/packages/apps/Mms/res/xml-mcc302-mnc610/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/lge/mako/overlay/packages/apps/Mms/res/xml-mcc302-mnc720/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /device/moto/shamu/overlay/packages/apps/Mms/res/xml/
mms_config.xml 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /external/chromium_org/components/invalidation/
push_client_channel.cc 66 notification.recipients.push_back(recipient);
  /frameworks/base/docs/html/training/cloudsync/
gcm.jd 28 GCM allows you to attach up to 1,000 recipients to a single message, letting you easily contact
38 <p>One of the most useful features in GCM is support for up to 1,000 recipients for
44 However, attaching 1,000 recipients to each message, the total time required to
45 send a message out to 1,000,000 recipients becomes (1,000,000/1,000) / 500 = 2
  /packages/services/Mms/res/xml/
mms_config.xml 37 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /packages/services/Mms/res/xml-mcc310-mnc004/
mms_config.xml 32 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /packages/services/Mms/res/xml-mcc310-mnc005/
mms_config.xml 32 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /packages/services/Mms/res/xml-mcc310-mnc040/
mms_config.xml 53 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /packages/services/Mms/res/xml-mcc310-mnc120/
mms_config.xml 30 <!-- Maximum number of recipients allowed per message. Use a value of -1
  /packages/services/Mms/res/xml-mcc310-mnc130/
mms_config.xml 53 <!-- Maximum number of recipients allowed per message. Use a value of -1

Completed in 699 milliseconds

1 2 34 5 6 7 8 91011>>