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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/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;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 42 # 2009-12-22 Alice <alice@email.address>
51 # 2009-12-21 Alice <alice@email.address>
67 2010-12-22 Bob <bob@email.address>
79 2010-12-22 Bob <bob@email.address>
94 -2010-12-22 Bob <bob@email.address>
102 2010-12-22 Alice <alice@email.address>
111 -2010-12-22 Bob <bob@email.address>
119 2010-12-22 Alice <alice@email.address>
134 -2010-12-22 Bob <bob@email.address>
138 2010-12-22 Alice <alice@email.address
    [all...]
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_proxy_info.h 18 std::string email; member in struct:cloud_print::CloudPrintProxyInfo
  /packages/apps/Email/src/com/android/email/provider/
FolderPickerCallback.java 18 package com.android.email.provider;
  /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/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/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
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
test_email_renamed.py 2 # email package unit tests
4 # The specific tests now live in Lib/email/test
5 from email.test.test_email_renamed import suite
  /prebuilts/python/linux-x86/2.7.5/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/python/linux-x86/2.7.5/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
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
test_email_renamed.py 2 # email package unit tests
4 # The specific tests now live in Lib/email/test
5 from email.test.test_email_renamed import suite
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.js 14 $('email-label').textContent = decodeURIComponent(params['stringEmail']);
18 $('empty-email-alert').textContent =
28 form.email.classList.remove('field-error');
32 if (form.email.value == '') {
33 form.email.classList.add('field-error');
34 form.email.focus();
41 'email': form.email.value,
49 var email = params['email'];
    [all...]
  /external/protobuf/examples/
add_person.py 13 email = raw_input("Enter email address (blank for none): ")
14 if email != "":
15 person.email = email
  /packages/apps/Email/tests/src/com/android/email/
DummyFlakyTest.java 17 package com.android.email;
  /packages/apps/UnifiedEmail/src/com/android/mail/
ContactInfoSource.java 28 ContactInfo getContactInfo(String email);

Completed in 1165 milliseconds

1 2 3 4 5 6 7 8 91011>>