HomeSort by relevance Sort by last modified time
    Searched refs:email (Results 1 - 25 of 795) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/provider_src/com/android/email/service/
EasAuthenticatorService.java 17 package com.android.email.service;
EasAuthenticatorServiceAlternate.java 17 package com.android.email.service;
ImapAuthenticatorService.java 17 package com.android.email.service;
LegacyEasAuthenticatorService.java 17 package com.android.email.service;
LegacyEmailAuthenticatorService.java 17 package com.android.email.service;
LegacyImapAuthenticatorService.java 17 package com.android.email.service;
LegacyImapSyncAdapterService.java 17 package com.android.email.service;
Pop3AuthenticatorService.java 17 package com.android.email.service;
Pop3SyncAdapterService.java 17 package com.android.email.service;
  /frameworks/support/compat/src/androidTest/java/androidx/core/text/util/
LinkifyCompatTest.java 321 verifyAddLinksWithWebUrlFails("Should not recognize email address as URL", url);
560 String email = "a@a.co"; local
561 verifyAddLinksWithEmailSucceeds("Should match email: " + email, email);
563 email = "ab@a.co";
564 verifyAddLinksWithEmailSucceeds("Should match email: " + email, email);
569 String email = "email@android.com" local
575 String email = "email@e.somelongdomainnameforandroid.abc.uk"; local
581 String email = "e.mail@android.com"; local
587 String email = "e+mail@android.com"; local
593 String email = "e_mail@android.com"; local
599 String email = "e-mail@android.com"; local
605 String email = "e'mail@android.com"; local
611 String email = "123@android.com"; local
617 String email = "\\uD604\\uAE08\\uC601\\uC218\\uC99D@android.kr"; local
623 String email = "smiley\\u263A@android.com"; local
629 String email = "a\\uD83C\\uDF38a@android.com"; local
635 String email = "email@an-droid.com"; local
641 String email = "email@\\uD604\\uAE08\\uC601\\uC218\\uC99D.kr"; local
647 String email = "\\uD604\\uAE08\\uC601\\uC218\\uC99D@\\uD604\\uAE08\\uC601\\uC218\\uC99D.kr"; local
653 String email = "smiley@\\u263Aandroid.com"; local
659 String email = "email@\\uD83C\\uDF38android.com"; local
665 String email = "a\\uD83C\\uDF38a@\\uD83C\\uDF38android.com"; local
671 String email = "email@android.co.uk."; local
678 String email = ".email@android.com"; local
685 String email = "android.com"; local
691 String email = "email"; local
697 String email = "email@android"; local
703 String email = "email.@android.com"; local
709 String email = "email@-android.com"; local
715 String email = "email@android..com"; local
721 String email = "email@127.0.0.1"; local
727 String email = "email@android.c"; local
737 String email = localPart + "@android.com"; local
752 String email = "email@" + subdomain + ".com"; local
772 String email = "a@" + domain; local
    [all...]
  /external/python/cpython3/Lib/email/mime/
base.py 3 # Contact: email-sig@python.org
9 import email.policy
11 from email import message
27 policy = email.policy.compat32
nonmultipart.py 3 # Contact: email-sig@python.org
9 from email import errors
10 from email.mime.base import MIMEBase
  /external/boringssl/src/crypto/x509/
vpm_int.h 66 char *email; /* If not NULL email address to match */ member in struct:X509_VERIFY_PARAM_ID_st
  /external/python/cpython2/Doc/includes/
email-headers.py 1 # Import the email modules we'll need
2 from email.parser import Parser
  /packages/apps/Email/provider_src/com/android/email/
NotificationControllerCreator.java 17 package com.android.email;
  /packages/apps/Email/provider_src/com/android/email/provider/
FolderPickerCallback.java 18 package com.android.email.provider;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
nonmultipart.py 3 # Contact: email-sig@python.org
9 from email import errors
10 from email.mime.base import MIMEBase
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_email_codecs.py 2 # email package unit tests for (optional) Asian codecs
4 # The specific tests now live in Lib/email/test
5 from email.test import test_email_codecs
6 from email.test import test_email_codecs_renamed
  /external/python/cpython2/Lib/email/mime/
nonmultipart.py 3 # Contact: email-sig@python.org
9 from email import errors
10 from email.mime.base import MIMEBase
  /external/python/cpython2/Lib/test/
test_email.py 2 # email package unit tests
4 # The specific tests now live in Lib/email/test
5 from email.test.test_email import suite
6 from email.test.test_email_renamed import suite as suite2
test_email_codecs.py 2 # email package unit tests for (optional) Asian codecs
4 # The specific tests now live in Lib/email/test
5 from email.test import test_email_codecs
6 from email.test import test_email_codecs_renamed
  /external/python/cpython3/Doc/includes/
email-headers.py 1 # Import the email modules we'll need
2 from email.parser import BytesParser, Parser
3 from email.policy import default
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ParticipantInfo.java 29 /** the email address of the participant if one exists */
30 public String email; field in class:ParticipantInfo
38 public ParticipantInfo(String name, String email, int priority, boolean readConversation) {
40 this.email = email;
55 return Objects.hashCode(name, email, priority, readConversation);
72 email = in.readString();
85 out.writeString(email);
94 ", email = " + email
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/
nonmultipart.py 3 # Contact: email-sig@python.org
9 from email import errors
10 from email.mime.base import MIMEBase
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_email.py 2 # email package unit tests
4 # The specific tests now live in Lib/email/test
5 from email.test.test_email import suite
6 from email.test.test_email_renamed import suite as suite2

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 91011>>