HomeSort by relevance Sort by last modified time
    Searched refs:email (Results 101 - 125 of 703) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Email/src/com/android/email/
EmailIntentService.java 16 package com.android.email;
  /packages/apps/Email/src/com/android/email/data/
ClosingMatrixCursor.java 17 package com.android.email.data;
  /packages/apps/Email/tests/src/com/android/email/
MockVendorPolicy.java 17 package com.android.email;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageInfo.java 37 String email) {
38 set(isRead, isStarred, senderString, p, email);
63 public void set(boolean isRead, boolean isStarred, String senderString, int p, String email) {
68 senderEmail = email;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
multipart.py 3 # Contact: email-sig@python.org
9 from email.mime.base import MIMEBase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
multipart.py 3 # Contact: email-sig@python.org
9 from email.mime.base import MIMEBase
  /external/chromium/chrome/browser/chromeos/cros/
login_library.h 28 // Check whether or not |email| is present on the whitelist.
29 // If so, we return true and store the signature passed when |email| was
32 virtual bool CheckWhitelist(const std::string& email,
61 // Attempts to issue a signed async request to whitelist |email|.
62 // |signature| must by a SHA1 with RSA encryption signature over |email|
66 virtual bool WhitelistAsync(const std::string& email,
70 // Attempts to issue a signed async request to remove |email| from the
72 // |signature| must by a SHA1 with RSA encryption signature over |email|
76 virtual bool UnwhitelistAsync(const std::string& email,
86 // To determine if an email is white listed, you MUST use CheckWhitelist
    [all...]
  /external/chromium/chrome/browser/sync/util/
user_settings_posix.cc 16 const std::string& email,
21 << " for " << email << "for service " << service_name;
33 "(email, service_name, service_token) "
35 statement.bind_string(0, email);
50 "SELECT email, service_token FROM cookies"
  /external/chromium_org/cloud_print/service/
service_state.h 28 bool Configure(const std::string& email,
34 const std::string& email,
40 std::string email() const { function in class:ServiceState
  /external/chromium_org/jingle/notifier/listener/
fake_push_client.cc 29 const std::string& email, const std::string& token) {
30 email_ = email;
63 const std::string& FakePushClient::email() const { function in class:notifier::FakePushClient
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 37 # Text to append at the end of every analyzer result email.
40 'layout-test-analyzer-result/topics">Email History</a></b><br>'
52 option_parser.add_option('-r', '--receiver-email-address',
54 help=('receiver\'s email address. '
55 'Result email is not sent if this is not '
89 option_parser.add_option('-b', '--email-appended-text-file-location',
91 help=('File location of the email appended text. '
92 'The text is appended in the status email. '
96 option_parser.add_option('-c', '--email-only-change-mode',
98 help=('With this mode, email is sent out
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ServiceStore.java 17 package com.android.email.mail.store;
23 import com.android.email.mail.Store;
24 import com.android.email.service.EmailServiceUtils;
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageListTests.java 17 package com.android.email.activity;
19 import com.android.email.DBTestHelper;
20 import com.android.email.provider.ProviderTestUtils;
WelcomeTests.java 17 package com.android.email.activity;
19 import com.android.email.DBTestHelper;
20 import com.android.email.provider.ProviderTestUtils;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
__init__.py 3 # Contact: email-sig@python.org
5 """A package for parsing, handling, and generating email messages."""
50 # of importing email since those cascadingly import most of the rest of the
51 # email package.
57 from email.parser import Parser
66 from email.parser import Parser
73 # email 4.0 module names), to old-style names (email 3.0 module names).
78 self.__name__ = 'email.' + module_name
88 # email.<old name> -> email.<new name is lowercased old name
118 import email.mime namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
__init__.py 3 # Contact: email-sig@python.org
5 """A package for parsing, handling, and generating email messages."""
50 # of importing email since those cascadingly import most of the rest of the
51 # email package.
57 from email.parser import Parser
66 from email.parser import Parser
73 # email 4.0 module names), to old-style names (email 3.0 module names).
78 self.__name__ = 'email.' + module_name
88 # email.<old name> -> email.<new name is lowercased old name
118 import email.mime namespace
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_image_screen.cc 45 std::string logged_in_user = user_manager->logged_in_user().email();
89 DCHECK(!user.email().empty());
92 user_manager->SaveUserImage(user.email(), image);
104 DCHECK(!user.email().empty());
110 user.email(),
  /external/chromium_org/chrome/browser/chromeos/login/
crash_restore_browsertest.cc 65 EXPECT_EQ(kUserId1, user->email());
138 EXPECT_EQ(kUserId3, user->email());
145 EXPECT_EQ(kUserId3, users[0]->email());
148 EXPECT_EQ(kUserId2, users[1]->email());
151 EXPECT_EQ(kUserId1, users[2]->email());
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.cc 105 std::string email; local
106 if (!args->GetString(0, &email)) {
110 base::StringValue canonical_email(gaia::CanonicalizeEmail(email));
112 UserManager::Get()->RemoveUser(email, NULL);
133 new_list->AppendIfNotPresent(new base::StringValue((*it)->email()));
  /packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java 17 package com.android.email.service;
19 import com.android.email.FixedLengthInputStream;
20 import com.android.email.mail.store.imap.ImapResponse;
21 import com.android.email.mail.store.imap.ImapResponseParser;
22 import com.android.email.mail.store.imap.ImapString;
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseTest.java 17 package com.android.email.mail.store.imap;
19 import static com.android.email.mail.store.imap.ImapTestUtils.*;
21 import com.android.email.mail.store.imap.ImapConstants;
22 import com.android.email.mail.store.imap.ImapResponse;
23 import com.android.email.mail.store.imap.ImapSimpleString;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.js 35 if (entry['gd$email']) {
36 var emails = entry['gd$email'];
37 for (var j = 0, email; email = emails[j]; j++) {
38 contact['emails'].push(email['address']);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 72 email = email_link.string.replace(" at ", "@") # The email is obfuscated using " at " instead of "@".
73 emails.append(email)
80 for email in committer.emails:
81 if email in emails:
91 for email in committer.emails:
92 email_to_committer_map[email] = committer
94 return filter(lambda email: not email_to_committer_map.get(email), emails)
185 # First check to see if we have a manual mapping from login to email
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 17 package com.android.email.activity.setup;
41 import com.android.email.EmailAddressValidator;
42 import com.android.email.Preferences;
43 import com.android.email.R;
44 import com.android.email.activity.ActivityHelper;
45 import com.android.email.activity.UiUtilities;
46 import com.android.email.service.EmailServiceUtils;
47 import com.android.email.service.EmailServiceUtils.EmailServiceInfo;
64 * Prompts the user for the email address and password. Also prompts for "Use this account as
81 * $ adb shell am start -a com.android.email.CREATE_ACCOUNT
284 final String email = intent.getStringExtra(EXTRA_CREATE_ACCOUNT_EMAIL); local
437 final String email = mEmailView.getText().toString().trim(); local
458 populateSetupData(getOwnerName(), email); local
535 final String email = mEmailView.getText().toString().trim(); local
563 final String email = mEmailView.getText().toString().trim(); local
588 populateSetupData(getOwnerName(), email); local
    [all...]
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 31 if (form.email && (form.email.value == null || form.email.value == "")) {
32 form.email.focus();
41 document.getElementById('email').disabled = false;
47 if (f.email.value != args.user)
49 f.email.value = args.user;
53 f.email.style.display = 'none';
54 var span = document.getElementById('email-readonly');
55 span.appendChild(document.createTextNode(f.email.value))
    [all...]

Completed in 1023 milliseconds

1 2 3 45 6 7 8 91011>>