/external/valgrind/main/nightly/conf/ |
cellbuzz-cross.sendmail | 7 recipients="valgrind-developers@lists.sourceforge.net" 8 #recipients="bvanassche@acm.org" 11 mutt -s "$1" -a "$3.gz" ${recipients} < "$2" 14 mutt -s "$1" ${recipients} < "$2"
|
cellbuzz-native.sendmail | 7 recipients="valgrind-developers@lists.sourceforge.net" 8 #recipients="bvanassche@acm.org" 11 mutt -s "$1" -a "$3.gz" ${recipients} < "$2" 14 mutt -s "$1" ${recipients} < "$2"
|
/packages/apps/Mms/tests/src/com/android/mms/ |
RecyclerTest.java | 47 * example: adb push ~/recipients /data/data/com.android.mms/files 55 * example: adb push ~/recipients /data/data/com.android.mms/files 106 // Read in list of recipients 109 Log.v(TAG, "Loading recipients"); 110 FileInputStream recipients = context.openFileInput("recipients"); local 112 while ((c = recipients.read()) != -1) { 123 recipients.close(); 124 Log.v(TAG, "Loaded recipients: " + mRecipients.size()); 126 Log.e(TAG, "can't open recipients file at /data/data/com.android.mms/files/recipients") [all...] |
SmsTestRunner.java | 32 * -e messagefile words -e recipientfile recipients -e receivetimer 180 42 // file to store recipients separated by comma (/data/data/com.android.mms/files/)
|
InterceptSendSms.java | 51 private static String RECIPIENTS = "4258365497,4258365496"; 91 mRecipientsView.setText(RECIPIENTS); 139 assertEquals(semiSepRecipients, RECIPIENTS.replace(',', ';'));
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
LongThreadTest.java | 48 * example: adb push ~/recipients /data/data/com.android.mms/files 110 // Read in list of recipients 113 Log.v(TAG, "Loading recipients"); 114 FileInputStream recipients = mActivity.openFileInput("recipients"); local 116 while ((c = recipients.read()) != -1) { 127 recipients.close(); 128 Log.v(TAG, "Loaded recipients: " + mRecipients.size()); 130 Log.e(TAG, "can't open recipients file at /data/data/com.android.mms/files/recipients"); [all...] |
SmsTest.java | 113 * Load recipients from a file 120 // Read recipients from a file 124 Log.v(TAG, "Loading recipients"); 140 Log.e(TAG, "can't open recipients file " + recipientFileName); 192 // only on the first message will there be a recipients editor
|
/frameworks/ex/chips/res/values/ |
strings.xml | 17 <!-- Text displayed when the recipientedittextview is not focused. Displays the total number of recipients since the field is shrunk to just display a portion --> 20 <!-- Text displayed when the user long presses on a chip to copy the recipients email address.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
NoConfirmationSendService.java | 64 String recipients = Conversation.getRecipients(intentUri); local 66 if (TextUtils.isEmpty(recipients)) { 79 String[] dests = TextUtils.split(recipients, ";");
|
RecipientsEditor.java | 52 * Provide UI for editing the recipients of multi-media messages. 150 // it will get added to the list of recipients so we end up with the old before-editing 254 // comma to make it easy for users to add additional recipients. When a 258 // onUpdate to CMA. CMA would recompute the recipients and since the 259 // recipient editor was still visible, call mRecipientsEditor.populate(recipients). 266 // The fix for this particular problem is very easy. All recipients have commas. 267 // TODO: However, the root problem remains. If a user enters the recipients editor 277 // Calling setText to set the recipients won't create chips, 465 // calculate the recipients total length. This is so if the name contains 468 // recipients [all...] |
ComposeMessageActivity.java | 162 * address String The addresses of the recipients in current conversation. 263 private RecipientsEditor mRecipientsEditor; // UI control for editing recipients 264 private ImageButton mRecipientsPicker; // UI control for recipients picker 278 // think the message list is empty, thus show the recipients 287 private int mLastRecipientCount; // Used for warning the user on too many recipients. 741 // If we have gone to zero recipients, disable send button. 1720 ContactList recipients = getRecipients(); local 2484 ContactList recipients = getRecipients(); local 3661 String recipients = bundle.getString("recipients"); local 3979 ContactList recipients = mConversation.getRecipients(); local [all...] |
ConversationList.java | 485 ContactList recipients = conv.getRecipients(); 486 menu.setHeaderTitle(recipients.formatNames(",")); 493 if (recipients.size() == 1) { 495 if (recipients.get(0).existsInDatabase()) { 780 // recipients have been deleted. 783 // Remove any recipients referenced by this single thread from th 789 ContactList recipients = conv.getRecipients(); local [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 82 private ContactList mRecipients; // The current set of recipients. 125 * Create a new conversation with no recipients. {@link #setRecipients} can 160 public static Conversation get(Context context, ContactList recipients, boolean allowQuery) { 162 Log.v(TAG, "Conversation get by recipients: " + recipients.serialize()); 164 // If there are no recipients in the list, make a new conversation. 165 if (recipients.size() < 1) { 169 Conversation conv = Cache.get(recipients); 173 long threadId = getOrCreateThreadId(context, recipients); 177 if (!conv.getRecipients().equals(recipients)) { 223 String recipients = PhoneNumberUtils.replaceUnicodeDigits(getRecipients(uri)) local 559 HashSet<String> recipients = new HashSet<String>(); local 865 ContactList recipients = ContactList.getByIds(recipientIds, allowQuery); local 1259 ContactList recipients = ContactList.getByIds(c.getString(RECIPIENT_IDS), false); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
Mailer.java | 38 StringTokenizer recipients = new StringTokenizer(recipientList, ","); local 39 Address[] addresses = new Address[recipients.countTokens()]; 41 while (recipients.hasMoreTokens()) { 43 addresses[i++] = new InternetAddress(recipients.nextToken());
|
BuildProperties.java | 21 // recipients key value setting. Comma separated list of email addresses of those who should 113 toRecipientList = buildProperties.get("recipients").toString(); 116 "Value for recipients not found in monitor.properties");
|
/docs/source.android.com/src/source/ |
cla-corporate.md | 38 You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Project. Except for the license granted herein to the Project Leads and recipients of software distributed by the Project Leads, You reserve all right, title, and interest in and to Your Contributions. 46 1. Grant of Copyright License. Subject to the terms and conditions of this Grant, You hereby grant to the Project Leads and to recipients of software distributed by the Project Leads a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works. 48 1. Grant of Patent License. Subject to the terms and conditions of this Grant, You hereby grant to the Project Leads and to recipients of software distributed by the Project Leads a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Grant for that Contribution or Work shall terminate as of the date such litigation is filed.
|
cla-individual.md | 47 You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Project. Except for the license granted herein to the Project Leads and recipients of software distributed by the Project Leads, You reserve all right, title, and interest in and to Your Contributions. 53 1. Grant of Copyright License. Subject to the terms and conditions of this Grant, You hereby grant to the Project Leads and to recipients of software distributed by the Project Leads a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works. 55 1. Grant of Patent License. Subject to the terms and conditions of this Grant, You hereby grant to the Project Leads and to recipients of software distributed by the Project Leads a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Grant for that Contribution or Work shall terminate as of the date such litigation is filed.
|
/packages/apps/Mms/res/values/ |
strings.xml | 191 <!-- Dialog message text explaining that a draft message will not be saved due to invalid recipients --> 192 <string name="discard_message_reason">Your message will be discarded because it has no valid recipients.</string> 193 <!-- Dialog box title indicating which recipients are invalid when the user tries to send a message with invalid recipients --> 204 <!-- Dialog message text when the user tries to send a message with invalid recipients --> 206 <!-- Dialog box title indicating the message cannot be sent because there are no valid recipients --> 208 <!-- Dialog message text indicating the message cannot be sent because there are no valid recipients --> 209 <string name="cannot_send_message_reason">Your message has no valid recipients.</string> 225 <!-- Brief message that appears when too many recipients have been added --> 226 <string name="too_many_recipients">Message has too many recipients (<xliff:g id="currentCount">%1$s</xliff:g>). There is a limit of <xliff:g id="maxLimit">%2$s</xlif (…) [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientEditTextView.java | 94 * that use the new Chips UI for addressing a message to recipients. 517 // Don't draw photos for recipients that have been typed in. 697 * Set whether to shrink the recipients field such that at most 698 * one line of recipients chips are shown when the field loses 699 * focus. By default, the number of displayed recipients will be 800 // There are too many recipients to look up, so just fall back 1754 RecipientChip[] recipients = getSortedRecipients(); local 1807 RecipientChip[] recipients = getSortedRecipients(); local [all...] |
/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.
|
/device/samsung/maguro/overlay/packages/apps/Mms/res/xml/ |
mms_config.xml | 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
|
/device/samsung/toro/overlay/packages/apps/Mms/res/xml/ |
mms_config.xml | 39 <!-- Maximum number of recipients allowed per message. Use a value of -1
|
/external/quake/quake/src/ |
gnu.txt | 16 For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
20 Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
31 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
62 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 444 "Cc:(Empty list)(start)Undisclosed recipients :(nobody(that I know)) ;\r\n"+ 475 * Confirm parser doesn't crash when seeing "Undisclosed recipients:;". 479 "To:Undisclosed recipients:;\r\n"+ 480 "Cc:Undisclosed recipients:;\r\n"+ 481 "Bcc:Undisclosed recipients:;\r\n"+ 499 "Bcc:Undisclosed recipients;\r\n"+ // no colon at the end
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 218 AUTHORITY, "conversations/#/recipients", 330 List<String> recipients = uri.getQueryParameters("recipient"); local 332 cursor = getThreadId(recipients); 613 * recipients IDs. If no thread exists with this ID, create 617 private synchronized Cursor getThreadId(List<String> recipients) { 618 Set<Long> addressIds = getAddressIds(recipients); 646 Log.d(LOG_TAG, "getThreadId: create new thread_id for recipients " + 647 /*recipients*/ "xxxxxxxx"); 648 insertThread(recipientIds, recipients.size()); [all...] |