HomeSort by relevance Sort by last modified time
    Searched refs:email (Results 426 - 450 of 642) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
Rfc822OutputTests.java 23 import com.android.email.R;
24 import com.android.email.provider.EmailProvider;
48 * runtest -c com.android.email.mail.transport.Rfc822OutputTests email
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 295 r := reader("550-5.1.1 The email account that you tried to reach does not exist. Please try\n" +
296 "550-5.1.1 double-checking the recipient's email address for typos or\n" +
301 wantMsg := "5.1.1 The email account that you tried to reach does not exist. Please try\n" +
302 "5.1.1 double-checking the recipient's email address for typos or\n" +
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 295 r := reader("550-5.1.1 The email account that you tried to reach does not exist. Please try\n" +
296 "550-5.1.1 double-checking the recipient's email address for typos or\n" +
301 wantMsg := "5.1.1 The email account that you tried to reach does not exist. Please try\n" +
302 "5.1.1 double-checking the recipient's email address for typos or\n" +
  /external/toolchain-utils/crosperf/
results_report.py 262 elif out_to == 'EMAIL':
263 out_type = TablePrinter.EMAIL
277 def __init__(self, results, email=False, experiment=None):
279 self.email = email
295 def FromExperiment(experiment, email=False):
297 return TextResultsReport(results, email, experiment)
313 """Generate the report for email and console."""
314 output_type = 'EMAIL' if self.email else 'CONSOLE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 18 import email
19 import email.message
20 import email.generator
203 # used in strings and by email.Message are translated here.
205 if isinstance(message, email.message.Message):
207 gen = email.generator.Generator(buffer, mangle_from_, 0)
767 elif isinstance(message, email.message.Message):
    [all...]
smtplib.py 25 To report bugs in the implementation send email to
27 For local information send email to Postmaster at your site.
46 import email.utils
49 from email.base64mime import encode as encode_base64
134 """Quote a subset of the email addresses defined by RFC 821.
140 m = email.utils.parseaddr(addr)[1]
153 """Quote data for email.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 18 import email
19 import email.message
20 import email.generator
206 # used in strings and by email.Message are translated here.
208 if isinstance(message, email.message.Message):
210 gen = email.generator.Generator(buffer, mangle_from_, 0)
799 elif isinstance(message, email.message.Message):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 18 import email
19 import email.message
20 import email.generator
206 # used in strings and by email.Message are translated here.
208 if isinstance(message, email.message.Message):
210 gen = email.generator.Generator(buffer, mangle_from_, 0)
799 elif isinstance(message, email.message.Message):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 18 import email
19 import email.message
20 import email.generator
206 # used in strings and by email.Message are translated here.
208 if isinstance(message, email.message.Message):
210 gen = email.generator.Generator(buffer, mangle_from_, 0)
799 elif isinstance(message, email.message.Message):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 18 import email
19 import email.message
20 import email.generator
206 # used in strings and by email.Message are translated here.
208 if isinstance(message, email.message.Message):
210 gen = email.generator.Generator(buffer, mangle_from_, 0)
799 elif isinstance(message, email.message.Message):
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 32 import android.provider.ContactsContract.CommonDataKinds.Email;
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
httparchive.py 48 import email.utils
167 last_modified = email.utils.parsedate(
188 date = email.utils.parsedate(request.headers.get(header, None))
879 date_tuple = email.utils.parsedate(date_str)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 27 import android.provider.ContactsContract.CommonDataKinds.Email;
137 Email.CONTENT_ITEM_TYPE,
690 .getMimeEntries(Email.CONTENT_ITEM_TYPE);
695 for (ValuesDelta email : emails) {
696 final String emailAddress = email.getEmailData();
701 if (email.hasEmailType()) {
702 emailType = Email.getTypeLabel(
703 res, email.getEmailType(), email.getEmailLabel());
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 17 package com.android.email.service;
35 import com.android.email.AttachmentInfo;
36 import com.android.email.EmailConnectivityManager;
37 import com.android.email.NotificationControllerCreatorHolder;
38 import com.android.email.NotificationController;
109 "com.android.email.AttachmentService.attachment_id";
111 "com.android.email.AttachmentService.attachment_flags";
    [all...]
ImapService.java 17 package com.android.email.service;
33 import com.android.email.DebugUtils;
34 import com.android.email.LegacyConversions;
35 import com.android.email.NotificationController;
36 import com.android.email.NotificationControllerCreatorHolder;
37 import com.android.email.R;
38 import com.android.email.mail.Store;
39 import com.android.email.provider.Utilities;
    [all...]
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 17 package com.android.email;
39 import com.android.email.activity.setup.AccountSecurity;
40 import com.android.email.activity.setup.HeadlessAccountSettingsLoader;
41 import com.android.email.provider.EmailProvider;
42 import com.android.email.service.EmailServiceUtils;
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 30 import android.provider.ContactsContract.CommonDataKinds.Email;
373 } else if (mimeType.equals(Email.CONTENT_ITEM_TYPE)) {
399 // Add the email address, if present and not updated above
469 String email = null; local
498 } else if (mimeType.equals(Email.CONTENT_ITEM_TYPE)) {
499 email = c.getString(DataQuery.COLUMN_EMAIL_ADDRESS);
509 workPhone, homePhone, email, null, false, rawContactId, serverId);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 200 // TODO(): Read email instead of sending null.
318 //TODO(): Email is null.
381 // TODO(): Update for email.
527 for (String email: emails) {
528 log("Adding email:" + Rlog.pii(TAG, email));
529 emailString.append(email);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java 325 final String currentEmail = currentParticipant.email;
423 // use the participant name in place of unusable email addresses
424 final String senderEmail = TextUtils.isEmpty(participant.email) ?
425 participant.name : participant.email;
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java 37 import android.provider.ContactsContract.CommonDataKinds.Email;
73 // details of a sample primary and a sample managed contact, with the same phone & email
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 89 // Also, be aware that type IDs differ between Phone and Email, and MUST be computed
97 mContactEmailTypes.add(ContactsContract.CommonDataKinds.Email.TYPE_HOME);
98 mContactEmailTypes.add(ContactsContract.CommonDataKinds.Email.TYPE_WORK);
99 mContactEmailTypes.add(ContactsContract.CommonDataKinds.Email.TYPE_MOBILE);
100 mContactEmailTypes.add(ContactsContract.CommonDataKinds.Email.TYPE_OTHER);
122 // Populate list of account types for email
127 adapter.add(ContactsContract.CommonDataKinds.Email.getTypeLabel(
174 String email = mContactEmailEditText.getText().toString(); local
206 ContactsContract.CommonDataKinds.Email.CONTENT_ITEM_TYPE)
207 .withValue(ContactsContract.CommonDataKinds.Email.DATA, email
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
feedparser.py 3 # Contact: email-sig@python.org
5 """FeedParser - An email feed parser.
7 The feed parser implements an interface for incrementally parsing an email
9 those reading email messages off a socket.
26 from email import errors
27 from email import message
140 """A feed-style parser of email."""
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java 151 assertEquals("Expected a properly formatted RFC email address",
159 assertEquals("Expected a properly formatted RFC email address", "<user@username.com>, ",
166 assertEquals("Expected a properly formatted RFC email address", "<user@username.com>, ",
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 17 package com.android.email.activity.setup;
41 import com.android.email.R;
104 // Always show "app up" as we expect our parent to be an Email activity.
312 /** Projection for loading the max email lookback. */

Completed in 1172 milliseconds

<<11121314151617181920>>