OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recipients
(Results
101 - 125
of
1529
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/services/Mms/res/xml-mcc310-mnc360/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc310-mnc580/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc310-mnc600/
mms_config.xml
54
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc310-mnc750/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc310-mnc920/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc012/
mms_config.xml
32
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc070/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc340/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc410/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc430/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc440/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc480/
mms_config.xml
19
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc490/
mms_config.xml
30
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc590/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc311-mnc870/
mms_config.xml
30
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc312-mnc160/
mms_config.xml
53
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/services/Mms/res/xml-mcc312-mnc530/
mms_config.xml
30
<!-- Maximum number of
recipients
allowed per message. Use a value of -1
/packages/apps/Email/provider_src/com/android/email/provider/
EmailConversationCursor.java
204
// for conversations in outgoing mail mailboxes return a list of
recipients
212
// all
recipients
are said to have read all messages in the conversation
/packages/apps/Mms/res/values-en-rGB/
strings.xml
100
<string name="discard_message_reason" msgid="2667664943003796133">"Your message will be discarded because it has no valid
recipients
."</string>
108
<string name="cannot_send_message_reason" msgid="8745080126044054343">"Your message has no valid
recipients
."</string>
115
<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>
171
<string name="pref_summary_mms_group_mms" msgid="2266928687440696745">"Use MMS to send a single message when there are multiple
recipients
"</string>
328
<string name="pick_too_many_recipients" msgid="650087588867628044">"Too many
recipients
"</string>
329
<string name="adding_recipients" msgid="2962810172527532357">"Adding
recipients
?"</string>
338
<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>
[
all
...]
/packages/apps/Mms/res/values-en-rIN/
strings.xml
100
<string name="discard_message_reason" msgid="2667664943003796133">"Your message will be discarded because it has no valid
recipients
."</string>
108
<string name="cannot_send_message_reason" msgid="8745080126044054343">"Your message has no valid
recipients
."</string>
115
<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>
171
<string name="pref_summary_mms_group_mms" msgid="2266928687440696745">"Use MMS to send a single message when there are multiple
recipients
"</string>
328
<string name="pick_too_many_recipients" msgid="650087588867628044">"Too many
recipients
"</string>
329
<string name="adding_recipients" msgid="2962810172527532357">"Adding
recipients
?"</string>
338
<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>
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java
660
ContactList
recipients
= conv.getRecipients();
661
menu.setHeaderTitle(
recipients
.formatNames(","));
668
if (
recipients
.size() == 1) {
670
if (
recipients
.get(0).existsInDatabase()) {
990
ContactList
recipients
= conv.getRecipients();
local
[
all
...]
/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
/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,
Completed in 359 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>