/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 --> 23 <!-- 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 | 61 String recipients = Conversation.getRecipients(intentUri); local 63 if (TextUtils.isEmpty(recipients) || TextUtils.isEmpty(message)) { 68 String[] dests = TextUtils.split(recipients, ";");
|
RecipientsEditor.java | 46 * Provide UI for editing the recipients of multi-media messages. 108 // it will get added to the list of recipients so we end up with the old before-editing 214 // comma to make it easy for users to add additional recipients. When a 218 // onUpdate to CMA. CMA would recompute the recipients and since the 219 // recipient editor was still visible, call mRecipientsEditor.populate(recipients). 226 // The fix for this particular problem is very easy. All recipients have commas. 227 // TODO: However, the root problem remains. If a user enters the recipients editor 420 // calculate the recipients total length. This is so if the name contains 423 // recipients.
|
ComposeMessageActivity.java | 165 * address String The addresses of the recipients in current conversation. 255 private RecipientsEditor mRecipientsEditor; // UI control for editing recipients 256 private ImageButton mRecipientsPicker; // UI control for recipients picker 270 // think the message list is empty, thus show the recipients 280 private int mLastRecipientCount; // Used for warning the user on too many recipients. 633 // If we have gone to zero recipients, disable send button. 646 // only when the actual # of recipients changes. 688 // Context menu handlers for the recipients editor. 1637 ContactList recipients = getRecipients(); local 2353 ContactList recipients = getRecipients(); local 3559 String recipients = bundle.getString("recipients"); local [all...] |
ConversationList.java | 443 ContactList recipients = conv.getRecipients(); 444 menu.setHeaderTitle(recipients.formatNames(",")); 451 if (recipients.size() == 1) { 453 if (recipients.get(0).existsInDatabase()) { 705 // recipients have been deleted. [all...] |
/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...] |
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...] |
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 80 private ContactList mRecipients; // The current set of recipients. 121 * Create a new conversation with no recipients. {@link #setRecipients} can 156 public static Conversation get(Context context, ContactList recipients, boolean allowQuery) { 158 Log.v(TAG, "Conversation get by recipients: " + recipients.serialize()); 160 // If there are no recipients in the list, make a new conversation. 161 if (recipients.size() < 1) { 165 Conversation conv = Cache.get(recipients); 169 long threadId = getOrCreateThreadId(context, recipients); 173 if (!conv.getRecipients().equals(recipients)) { 543 HashSet<String> recipients = new HashSet<String>(); local 742 ContactList recipients = ContactList.getByIds(recipientIds, allowQuery); local 1130 ContactList recipients = ContactList.getByIds(c.getString(RECIPIENT_IDS), false); local [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientEditTextView.java | 88 * that use the new Chips UI for addressing a message to recipients. 477 // Don't draw photos for recipients that have been typed in. 640 * Set whether to shrink the recipients field such that at most 641 * one line of recipients chips are shown when the field loses 642 * focus. By default, the number of displayed recipients will be 743 // There are too many recipients to look up, so just fall back 1632 RecipientChip[] recipients = getSortedRecipients(); local 1685 RecipientChip[] recipients = getSortedRecipients(); local [all...] |
/development/pdk/docs/source/ |
cla-corporate.jd | 14 <p>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. 23 <li><p>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. 26 <li><p>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.jd | 17 <p>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. 23 <li><p>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. 26 <li><p>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.
|
/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 | 45 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. 51 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. 53 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.
|
/frameworks/base/core/java/android/text/ |
SpannableStringBuilder.java | 273 TextWatcher[] recipients = null; local 276 recipients = sendTextWillChange(start, end - start, tbend - tbstart); 352 sendTextChange(recipients, start, end - start, tbend - tbstart); 353 sendTextHasChanged(recipients); 389 sendTextChange(recipients, start, end - start, tbend - tbstart); 390 sendTextHasChanged(recipients); 453 TextWatcher[] recipients; local 457 recipients = sendTextWillChange(start, origlen, tbend - tbstart); 507 sendTextChange(recipients, start, origlen, inserted); 508 sendTextHasChanged(recipients); [all...] |
/packages/apps/Mms/res/values/ |
strings.xml | 188 <!-- Dialog box title that appears when a draft message will not be saved due to invalid recipients --> 190 <!-- Dialog message text explaining that a draft message will not be saved due to invalid recipients --> 191 <string name="discard_message_reason">Your message will be discarded because it has no valid recipients.</string> 192 <!-- Dialog box title indicating which recipients are invalid when the user tries to send a message with invalid recipients --> 203 <!-- Dialog message text when the user tries to send a message with invalid recipients --> 205 <!-- Dialog box title indicating the message cannot be sent because there are no valid recipients --> 207 <!-- Dialog message text indicating the message cannot be sent because there are no valid recipients --> 208 <string name="cannot_send_message_reason">Your message has no valid recipients.</string> 224 <!-- Brief message that appears when too many recipients have been added -- [all...] |
/packages/apps/Mms/res/values-en-rGB/ |
strings.xml | 96 <string name="discard_message_reason" msgid="2667664943003796133">"Your message will be discarded because it has no valid recipients."</string> 104 <string name="cannot_send_message_reason" msgid="8745080126044054343">"Your message has no valid recipients."</string> 112 <string name="too_many_recipients" msgid="7003415094007176931">"Message has too many recipients (<xliff:g id="CURRENTCOUNT">%1$s</xliff:g>). There is a limit of <xliff:g id="MAXLIMIT">%2$s</xliff:g> recipients."</string> 321 <string name="pick_too_many_recipients" msgid="650087588867628044">"Too many recipients"</string> 322 <string name="adding_recipients" msgid="2962810172527532357">"Adding recipients?"</string> 326 <string name="error_state_text" msgid="7918866106335387710">"The state of threads and recipients is inconsistent. Please capture a bug report and report it via http://go/droidanizer"</string>
|
/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 | 214 AUTHORITY, "conversations/#/recipients", 326 List<String> recipients = uri.getQueryParameters("recipient"); local 328 cursor = getThreadId(recipients); 608 * recipients IDs. If no thread exists with this ID, create 612 private synchronized Cursor getThreadId(List<String> recipients) { 613 Set<Long> addressIds = getAddressIds(recipients); 637 Log.d(LOG_TAG, "getThreadId: create new thread_id for recipients " + 638 /*recipients*/ "xxxxxxxx"); 639 insertThread(recipientIds, recipients.size()); [all...] |
/external/hyphenation/ |
COPYING.MPL | 154 License or the recipients' rights hereunder. However, You may include 167 has been made available to such recipients. You are responsible for 218 for the Source Code where You describe recipients' rights or ownership 221 obligations to one or more recipients of Covered Code. However, You 238 collateral in which You describe recipients' rights relating to the
|
/prebuilt/darwin-x86/swt/about_files/ |
mpl-v11.txt | 154 License or the recipients' rights hereunder. However, You may include 167 has been made available to such recipients. You are responsible for 218 for the Source Code where You describe recipients' rights or ownership 221 obligations to one or more recipients of Covered Code. However, You 238 collateral in which You describe recipients' rights relating to the
|
/prebuilt/darwin-x86_64/swt/about_files/ |
mpl-v11.txt | 154 License or the recipients' rights hereunder. However, You may include 167 has been made available to such recipients. You are responsible for 218 for the Source Code where You describe recipients' rights or ownership 221 obligations to one or more recipients of Covered Code. However, You 238 collateral in which You describe recipients' rights relating to the
|