HomeSort by relevance Sort by last modified time
    Searched full:sender (Results 251 - 275 of 1480) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
Rfc822OutputTests.java 52 private static final String SENDER = "sender@android.com";
85 SENDER, RECIPIENT_TO, RECIPIENT_CC);
105 msg.mFrom = SENDER;
120 msg.mFrom = SENDER;
146 msg.mFrom = SENDER;
191 msg.mFrom = SENDER;
  /packages/apps/Bluetooth/res/values-da/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Der opstod timeout ved modtagelse af indgående fil fra \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> er klar til at sende <xliff:g id="FILE">%2$s</xliff:g>"</string>
44 <string name="notification_sending" msgid="3035748958534983833">"Bluetooth-deling: Sender <xliff:g id="FILE">%1$s</xliff:g>"</string>
49 <string name="download_line1" msgid="4926604799202134144">"Fra: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
67 <string name="upload_line5" msgid="7759322537674229752">"Sender fil?"</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"Modtagelse af fil fra \"<xliff:g id="SENDER">%1$s</xliff:g>\" stoppet"</string>
84 <string name="bt_toast_4" msgid="4678812947604395649">"Sender filen til \"<xliff:g id="RECIPIENT">%1$s</xliff:g>\""</string>
85 <string name="bt_toast_5" msgid="2846870992823019494">"Sender <xliff:g id="NUMBER">%1$s</xliff:g> filer til \"<xliff:g id="RECIPIENT">%2$s</xliff:g>\""</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"Der er ikke nok plads på USB-lageret til at gemme filen fra \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"Der er ikke nok plads på SD-kortet til at gemme filen fra \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string
    [all...]
  /packages/apps/Bluetooth/res/values-nb/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"Det oppstod et tidsavbrudd under mottak av fil fra «<xliff:g id="SENDER">%1$s</xliff:g>»"</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> er klar til å sende <xliff:g id="FILE">%2$s</xliff:g>"</string>
44 <string name="notification_sending" msgid="3035748958534983833">"Bluetooth-deling: Sender <xliff:g id="FILE">%1$s</xliff:g>"</string>
49 <string name="download_line1" msgid="4926604799202134144">"Fra: «<xliff:g id="SENDER">%1$s</xliff:g>»"</string>
67 <string name="upload_line5" msgid="7759322537674229752">"Sender filen ..."</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"Stoppet mottak av fil fra «<xliff:g id="SENDER">%1$s</xliff:g>»"</string>
84 <string name="bt_toast_4" msgid="4678812947604395649">"Sender fil til «<xliff:g id="RECIPIENT">%1$s</xliff:g>»"</string>
85 <string name="bt_toast_5" msgid="2846870992823019494">"Sender <xliff:g id="NUMBER">%1$s</xliff:g> filer til «<xliff:g id="RECIPIENT">%2$s</xliff:g>»"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"Det er ikke nok plass på USB-lagringen til å lagre filen fra «<xliff:g id="SENDER">%1$s</xliff:g>»"</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"Det er ikke nok plass på SD-kortet til å lagre filen fra «<xliff:g id="SENDER">%1$s</xliff:g>»"</string
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 93 public static final String SHOW_SENDER_IMAGES = "conversation-list-sender-image";
378 * @param sender raw email address ("foo@bar.com")
379 * @return whether we should show pictures for this sender
381 public boolean getDisplayImagesFromSender(String sender) {
382 boolean displayImages = getSenderWhitelist().contains(sender);
390 displayImages = Pattern.compile(pattern).matcher(sender).matches();
401 public void setDisplayImagesFromSender(String sender, List<Pattern> allowedPatterns) {
406 if (pattern.matcher(sender).matches()) {
422 if (!whitelist.contains(sender)) {
428 updatedList.add(sender);
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 102 @param args: A string containing the sender and the text message
104 belongs to the sender and everything else belongs to the
108 sender="Gandalf"
112 strings containing non-numeric characters for the sender field
134 print '\nUsage: sms <sender phone #> <message text>\n'
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 58 __kernel_pid_t _pid; /* sender's pid */
59 __ARCH_SI_UID_T _uid; /* sender's uid */
73 __kernel_pid_t _pid; /* sender's pid */
74 __ARCH_SI_UID_T _uid; /* sender's uid */
81 __ARCH_SI_UID_T _uid; /* sender's uid */
  /external/tcpdump/
print-zephyr.c 48 char *sender; member in struct:z_packet
145 z.sender = 0;
175 PARSE_FIELD_STR(z.sender);
201 if (*z.sender) ND_PRINT((ndo, " %s", z.sender));
  /libcore/ojluni/src/main/native/
DatagramChannelImpl.c 54 static jfieldID dci_senderID; /* sender in sun.nio.ch.DatagramChannelImpl */
55 static jfieldID dci_senderAddrID; /* sender InetAddress in sun.nio.ch.DatagramChannelImpl */
56 static jfieldID dci_senderPortID; /* sender port in sun.nio.ch.DatagramChannelImpl */
69 dci_senderID = (*env)->GetFieldID(env, clazz, "sender",
177 // zero the sender field, so receive() returns null and not
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 50 __kernel_pid_t _pid; /* sender's pid */
51 __ARCH_SI_UID_T _uid; /* sender's uid */
65 __kernel_pid_t _pid; /* sender's pid */
66 __ARCH_SI_UID_T _uid; /* sender's uid */
73 __ARCH_SI_UID_T _uid; /* sender's uid */
  /system/connectivity/shill/
arp_client_unittest.cc 220 ByteString sender; local
231 EXPECT_FALSE(client_.ReceivePacket(&reply, &sender));
237 EXPECT_FALSE(client_.ReceivePacket(&reply, &sender));
249 EXPECT_TRUE(client_.ReceivePacket(&reply, &sender));
255 sender.Equals(ByteString(kSenderBytes, arraysize(kSenderBytes))));
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 318 public void sendEventRelatedEvent(Object sender, long eventType, long eventId, long startMillis,
324 sendEventRelatedEventWithExtra(sender, eventType, eventId, startMillis, endMillis, x, y,
332 * @param sender object of the caller
343 public void sendEventRelatedEventWithExtra(Object sender, long eventType, long eventId,
345 sendEventRelatedEventWithExtraWithTitleWithCalendarId(sender, eventType, eventId,
352 * @param sender object of the caller
365 public void sendEventRelatedEventWithExtraWithTitleWithCalendarId(Object sender, long eventType,
390 this.sendEvent(sender, info);
395 * @param sender object of the caller
402 public void sendEvent(Object sender, long eventType, Time start, Time end, long eventId
    [all...]
  /external/dbus/bus/
signals.c 41 char *sender; member in struct:BusMatchRule
94 dbus_free (rule->sender);
202 if (!_dbus_string_append_printf (&str, "sender='%s'", rule->sender))
335 const char *sender)
339 _dbus_assert (sender != NULL);
341 new = _dbus_strdup (sender);
346 dbus_free (rule->sender);
347 rule->sender = new;
871 * type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='Foo'
    [all...]
  /external/srtp/test/
rtpw.c 4 * rtp word sender/receiver
119 * program_type distinguishes the [s]rtp sender and receiver cases
122 typedef enum { sender, receiver, unknown } program_type; enumerator in enum:__anon24274
188 prog_type = sender;
214 printf("error: neither sender [-s] nor receiver [-r] specified\n");
274 if (prog_type == sender) {
392 if (prog_type == sender) {
407 /* initialize sender's rtp and srtp contexts */
502 " -s act as rtp sender\n"
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java 152 // This covers the case where the sender is "me" and this is a draft
347 // If this sender doesn't exist OR the current message is
348 // unread, add the sender.
350 // If the sender entry already existed, and is right next to the
351 // current sender, remove the old entry.
379 // Always add the first sender!
399 // if the corresponding message from this participant is unread and no sender avatar
407 // always add the first sender to the display
418 // search for the last sender that is not the current account
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 457 for (SpannableString sender : parts) {
458 if (sender == null) {
459 LogUtils.e(LOG_TAG, "null sender while iterating over styledSenders");
462 CharacterStyle[] spans = sender.getSpans(0, sender.length(), CharacterStyle.class);
463 if (SendersView.sElidedString.equals(sender.toString())) {
464 prevSender = sender;
465 sender = copyStyles(spans, mElidedPaddingToken + sender + mElidedPaddingToken);
469 prevSender = sender;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.cc 47 Sender::Sender()
54 void Sender::Setup(AudioCodingModule *acm, RTPStream *rtpStream,
97 void Sender::Teardown() {
102 bool Sender::Add10MsData() {
112 void Sender::Run() {
  /packages/apps/Bluetooth/res/values-am/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"? \"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ????? ??? ?????? ?? ?? ??? ????"</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g>? ???? ??? ??"</string>
49 <string name="download_line1" msgid="4926604799202134144">"?: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"?\"<xliff:g id="SENDER">%1$s</xliff:g>\" ??? ???? ????"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"?USB ???? ?? ?<xliff:g id="SENDER">%1$s</xliff:g> ??? ?????? ??? ?? ?? ?? ???"</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"? <xliff:g id="SENDER">%1$s</xliff:g> ?SD ??? ?? ???? ?????? ??? ?? ?? ???"</string>
  /packages/apps/Bluetooth/res/values-ar/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"????? ?????? ????? ???? ??? ???? ?? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ???? ?????? <xliff:g id="FILE">%2$s</xliff:g>"</string>
49 <string name="download_line1" msgid="4926604799202134144">"??: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"?? ????? ?????? ????? ?? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"??? ???? ????? ????? ??? ???? ????? USB ???? ????? ?? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"??? ???? ????? ????? ??? ????? SD ???? ????? ?? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
  /packages/apps/Bluetooth/res/values-be-rBY/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"????-??? ???????? ?????????? ????? ?? ?????????? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ??????(-??) ????????? <xliff:g id="FILE">%2$s</xliff:g>"</string>
49 <string name="download_line1" msgid="4926604799202134144">"??: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"????????? ????? ?? ?????????? \"<xliff:g id="SENDER">%1$s</xliff:g>\" ????????"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"?? ????? ????? ?? USB-????????????i??, ??? ???????? ???? ?? ???????i?? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"?? SD-????? ???????????? ?????, ??? ???????? ???? ?? ?????????? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
  /packages/apps/Bluetooth/res/values-bg/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"??????? ?? ????????? ?????? ??? ?????????? ?? ?????? ???? ?? ?<xliff:g id="SENDER">%1$s</xliff:g>?"</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ??? ????????? ?? ??????? ?<xliff:g id="FILE">%2$s</xliff:g>?"</string>
49 <string name="download_line1" msgid="4926604799202134144">"??: ?<xliff:g id="SENDER">%1$s</xliff:g>?"</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"???????????? ?? ???? ?? ?<xliff:g id="SENDER">%1$s</xliff:g>? ????"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"? USB ??????????? ???? ?????????? ?????, ?? ?? ???? ??????? ?????? ?? ?<xliff:g id="SENDER">%1$s</xliff:g>?"</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"?? SD ??????? ???? ?????????? ?????, ?? ?? ???? ??????? ?????? ?? ?<xliff:g id="SENDER">%1$s</xliff:g>?"</string>
  /packages/apps/Bluetooth/res/values-bn-rBD/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ???? ??????? ???? ????? ???? ???? ???????? ???? ?????"</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> ??????? ???? ????????"</string>
49 <string name="download_line1" msgid="4926604799202134144">"??????: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ???? ???? ?????? ???? ??? ??????"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ???? ???? ??????? ???? ???? USB ????????????? ???????? ?????? ????"</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ???? ???? ??????? ???? ???? SD ?????? ???????? ?????? ????"</string>
  /packages/apps/Bluetooth/res/values-el/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"?????????? ??????? ???? ??? ??????? ???? ???????????? ??????? ??? ??? ????????? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"? ??????? <xliff:g id="SENDER">%1$s</xliff:g> ????????? ?? ??????? ?? ?????? <xliff:g id="FILE">%2$s</xliff:g>"</string>
49 <string name="download_line1" msgid="4926604799202134144">"???: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"????????? ? ???? ??? ??????? ??? ??? ????????? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"??? ??????? ??????? ????? ???? ???? ??????????? USB ??? ??? ?????????? ??? ??????? ??? ??? ????????? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"??? ??????? ??????? ????? ???? ????? SD ??? ??? ?????????? ??? ??????? ??? ??? ????????? \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
  /packages/apps/Bluetooth/res/values-fa/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"????? ????? ?? ???? ????? ?? \"<xliff:g id="SENDER">%1$s</xliff:g>\" ???? ????? ??? ???"</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> ????? ????? <xliff:g id="FILE">%2$s</xliff:g> ???"</string>
49 <string name="download_line1" msgid="4926604799202134144">"??: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"?????? ???? ?? \"<xliff:g id="SENDER">%1$s</xliff:g>\" ????? ??"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"????? ????? ???? ?? \"<xliff:g id="SENDER">%1$s</xliff:g>\" ???? ???? ?? ?????? USB ????? ????"</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"????? ????? ???? \"<xliff:g id="SENDER">%1$s</xliff:g>\" ???? ???? ?? ???? SD ????? ????"</string>
  /packages/apps/Bluetooth/res/values-gu-rIN/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ????? ?? ?????? ???? ????????? ???? ?????????? ?? ???"</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g>, <xliff:g id="FILE">%2$s</xliff:g> ?????? ???? ????? ??"</string>
49 <string name="download_line1" msgid="4926604799202134144">"??????: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ???? ??????? ??????? ??? ??????"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ???? USB ????????? ?????? ???? ???????? ????? ???."</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ???? SD ???????? ?????? ???? ???????? ????? ???."</string>
  /packages/apps/Bluetooth/res/values-hi/
strings.xml 38 <string name="incoming_file_confirm_timeout_content" msgid="172779756093975981">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ??? ???? ????? ??????? ???? ??? ???????? ???."</string>
40 <string name="incoming_file_confirm_Notification_content" msgid="3359694069319644738">"<xliff:g id="SENDER">%1$s</xliff:g> <xliff:g id="FILE">%2$s</xliff:g> ????? ?? ??? ????? ??"</string>
49 <string name="download_line1" msgid="4926604799202134144">"??????: \"<xliff:g id="SENDER">%1$s</xliff:g>\""</string>
83 <string name="bt_toast_3" msgid="6707884165086862518">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ????? ??????? ???? ???? ???"</string>
87 <string name="bt_sm_2_1" product="nosdcard" msgid="352165168004521000">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ????? ?????? ?? ??? USB ?????? ??? ???????? ????? ???? ??"</string>
88 <string name="bt_sm_2_1" product="default" msgid="1989018443456803630">"\"<xliff:g id="SENDER">%1$s</xliff:g>\" ?? ????? ?????? ?? ??? SD ????? ?? ???????? ????? ???? ??"</string>

Completed in 2887 milliseconds

<<11121314151617181920>>