/packages/apps/Email/src/com/android/email/activity/setup/ |
EmailPreferenceActivity.java | 17 package com.android.email.activity.setup; 29 import com.android.email.R; 30 import com.android.email.setup.AuthenticatorSetupIntentHelper; 51 -d '"content://ui.email.android.com/settings?ACCOUNT_ID=1"' 70 // When the user taps "Email Preferences" 10 times in a row, we'll enable the debug settings. 116 // Otherwise, we're called from within the Email app and look for our extras
|
AccountSetupOutgoingFragment.java | 17 package com.android.email.activity.setup; 41 import com.android.email.R; 42 import com.android.email.activity.UiUtilities; 43 import com.android.email.activity.setup.AuthenticationView.AuthenticationCallback; 44 import com.android.email.provider.AccountBackupRestore;
|
AuthenticationView.java | 1 package com.android.email.activity.setup; 17 import com.android.email.R; 18 import com.android.email.activity.UiUtilities;
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSettingsUtilsTests.java | 17 package com.android.email.activity.setup; 24 import com.android.email.activity.setup.AccountSettingsUtils; 25 import com.android.email.tests.R; 31 * runtest -c com.android.email.activity.setup.AccountSettingsUtilsTests email 80 // <incoming uri="imap+ssl+://imap.gmail.com" username="$email" /> 81 // <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 91 // <incoming uri="pop3://pop-server.$domain" username="$email" /> 92 // <outgoing uri="smtp://mobile-smtp.roadrunner.com" username="$email" /> 166 // <incoming uri="pop3://pop.earthlink.net" username="$email" /> [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
SmtpSenderUnitTests.java | 17 package com.android.email.mail.transport; 24 import com.android.email.DBTestHelper; 25 import com.android.email.provider.EmailProvider; 43 * runtest -c com.android.email.mail.transport.SmtpSenderUnitTests email 200 attachment.setContentUri("content://com.android.email/1/1");
|
/external/toolchain-utils/crosperf/ |
results_report_unittest.py | 151 def _checkReport(self, email): 156 text_report = TextResultsReport.FromExperiment(experiment, email=email) \ 165 email_report = self._checkReport(email=True) 166 text_report = self._checkReport(email=False)
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
VCardResourceEntry.java | 181 for (final EmailData email : vcard.getEmailList()) { 184 intent.putExtra(Intent.EXTRA_EMAIL, new String[] { email.getAddress() }); 185 retList.add(new VCardResourceEntryDestinationItem(email.getAddress(), 186 Phone.getTypeLabel(resources, email.getType(), 187 email.getLabel()).toString(), intent));
|
/packages/apps/Email/provider_src/com/android/email/service/ |
EmailServiceUtils.java | 17 package com.android.email.service; 52 import com.android.email.R; 283 * @param email Whether the user wants to sync email on this account. 290 final Account account, final boolean email, final boolean calendar, 294 return setupAccountManagerAccount(context, account, email, calendar, contacts, 302 * @param email Whether the user wants to sync email on this account. 310 final Account account, final boolean email, final boolean calendar, 322 options.putBoolean(EasAuthenticatorService.OPTIONS_EMAIL_SYNC_ENABLED, email); [all...] |
EmailServiceStub.java | 16 package com.android.email.service; 28 import com.android.email.DebugUtils; 29 import com.android.email.NotificationController; 30 import com.android.email.NotificationControllerCreatorHolder; 31 import com.android.email.mail.Sender; 32 import com.android.email.mail.Store; 33 import com.android.email.service.EmailServiceUtils.EmailServiceInfo;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
message.py | 3 # Contact: email-sig@python.org
5 """Basic message object for the email package object model."""
16 import email.charset
17 from email import utils
18 from email import errors
136 from email.generator import Generator
250 charset = email.charset.Charset(charset)
251 if not isinstance(charset, email.charset.Charset):
799 from email.iterators import walk
|
base64mime.py | 3 # Contact: email-sig@python.org
11 It is used in the MIME standards for email to attach images, audio, and text
23 decoding. To deal with the various line wrapping issues, use the email.header
40 from email.utils import fix_eols
78 to the canonical email line separator \\r\\n unless the keep_eols
83 this function directly in email.
132 canonical email end-of-line sequence \\r\\n. Otherwise they will be left
137 in an email.
167 If convert_eols is set to a string value, all canonical email linefeeds,
174 level email.header class for that functionality. [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapUtils.java | 31 import android.provider.ContactsContract.CommonDataKinds.Email; 81 private ArrayList<String> email; field in class:BluetoothPbapUtils.ContactData 87 email = new ArrayList<String>(); 91 public ContactData(String name, ArrayList<String> phone, ArrayList<String> email, 95 this.email = email; 106 private static final String TYPE_EMAIL = "email"; 290 /* loadAllContacts() fetches data like name,phone,email or addrees related to 359 Email.CONTENT_ITEM_TYPE, StructuredPostal.CONTENT_ITEM_TYPE)); 415 case Email.CONTENT_ITEM_TYPE [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
message.py | 3 # Contact: email-sig@python.org 5 """Basic message object for the email package object model.""" 16 import email.charset 17 from email import utils 18 from email import errors 136 from email.generator import Generator 250 charset = email.charset.Charset(charset) 251 if not isinstance(charset, email.charset.Charset): 799 from email.iterators import walk
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
message.py | 3 # Contact: email-sig@python.org 5 """Basic message object for the email package object model.""" 16 import email.charset 17 from email import utils 18 from email import errors 136 from email.generator import Generator 250 charset = email.charset.Charset(charset) 251 if not isinstance(charset, email.charset.Charset): 799 from email.iterators import walk
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 3 # Contact: email-sig@python.org 5 """Basic message object for the email package object model.""" 16 import email.charset 17 from email import utils 18 from email import errors 136 from email.generator import Generator 250 charset = email.charset.Charset(charset) 251 if not isinstance(charset, email.charset.Charset): 799 from email.iterators import walk
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
message.py | 3 # Contact: email-sig@python.org 5 """Basic message object for the email package object model.""" 16 import email.charset 17 from email import utils 18 from email import errors 136 from email.generator import Generator 250 charset = email.charset.Charset(charset) 251 if not isinstance(charset, email.charset.Charset): 799 from email.iterators import walk
|
/external/boringssl/src/crypto/x509v3/ |
v3_utl.c | 82 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email); 572 ASN1_IA5STRING *email; local 576 /* Now add any email address(es) to STACK */ 582 email = X509_NAME_ENTRY_get_data(ne); 583 if (!append_ia5(&ret, email)) 601 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email) 605 if (email->type != V_ASN1_IA5STRING) 607 if (!email->data || !email->length) 614 if (sk_OPENSSL_STRING_find(*sk, NULL, (char *)email->data) [all...] |
v3_alt.c | 136 X509V3_add_value_uchar("email", gen->d.ia5->data, &ret); 200 BIO_printf(out, "email:%s", gen->d.ia5->data); 324 if (!name_cmp(cnf->name, "email") && cnf->value && 328 } else if (!name_cmp(cnf->name, "email") && cnf->value && 346 * Copy any email addresses in a certificate or request to GENERAL_NAMES 352 ASN1_IA5STRING *email = NULL; local 368 /* Now add any email address(es) to STACK */ 373 email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne)); 379 if (!email || !(gen = GENERAL_NAME_new())) { 383 gen->d.ia5 = email; [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageHeaderView.java | 485 * on the message header and attempts to copy/send email. 788 final Address email = Utils.getAddress(mAddressCache, rawAddrs[i]); local 789 final String emailAddress = email.getAddress(); 792 if (TextUtils.isEmpty(email.getPersonal())) { 796 name = email.getSimplifiedName(); 799 // Not a veiled address, show first part of email, or "me". 801 mMyName : email.getSimplifiedName(); 839 // and ensure either the contact URI or email is set so the click 847 final String email = mSender.getAddress(); local 848 final ContactInfo info = mContactInfoSource.getContactInfo(email); 866 BitmapUtil.frameBitmapInCircle(makeLetterTile(mSender.getPersonal(), email))); local 1297 final Address email = Utils.getAddress(addressCache, emails[i]); local [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | 980 # Person <email> 981 # Person <email> <alt-email> 982 # The first email address is the one used in commit logs. 988 email = m.group(2)[1:-1] 989 contributors[email.lower()] = (name, email) 991 contributors[extra[1:-1].lower()] = (name, email) 1019 user, email = contributors[user] 1020 return email, "%s <%s>" % (user, email [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_smtplib.py | 2 import email.utils
333 raw_addr = email.utils.parseaddr(arg)[1]
341 list_name = email.utils.parseaddr(arg)[1].lower()
452 for email, name in sim_users.items():
453 expected_known = (250, '%s %s' % (name, smtplib.quoteaddr(email)))
454 self.assertEqual(smtp.vrfy(email), expected_known)
|
/external/protobuf/examples/ |
add_person.go | 38 fmt.Print("Enter email address (blank for none): ") 39 email, err := rd.ReadString('\n') 43 p.Email = strings.TrimSpace(email)
|
/frameworks/base/services/core/java/com/android/server/notification/ |
CalendarTracker.java | 172 private boolean meetsAttendee(EventInfo filter, int eventId, String email) { 175 String[] selectionArgs = { Integer.toString(eventId), email }; 197 final boolean eventMeets = rowEventId == eventId && Objects.equals(rowEmail, email)
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailConversationCursor.java | 17 package com.android.email.provider; 190 LogUtils.d(LogUtils.TAG, "Couldn't parse sender email address"); 210 final String email = recipientAddress.getAddress(); local 213 conversationInfo.addParticipant(new ParticipantInfo(name, email, 0, isRead));
|
/packages/apps/Messaging/tests/src/com/android/messaging/util/ |
ContactUtilTest.java | 65 * Add a test contact based on contact name, phone and email. 68 final String name, final String phone, final String email, final boolean starred) 95 if (email != null) { 99 ContactsContract.CommonDataKinds.Email.CONTENT_ITEM_TYPE) 100 .withValue(ContactsContract.CommonDataKinds.Email.DATA, email) 101 .withValue(ContactsContract.CommonDataKinds.Email.TYPE, 102 ContactsContract.CommonDataKinds.Email.TYPE_WORK) 267 * Verify ContactUtil.filterEmails will work on partial email. 280 * Verify ContactUtil.lookupEmail will work on full email [all...] |