/external/chromium_org/tools/gen_keyboard_overlay_data/ |
gen_keyboard_overlay_data.py | 269 client.email = options.username 273 print 'Logging in as %s (%s)' % (client.email, client.account_type)
|
/frameworks/base/services/core/java/com/android/server/notification/ |
ValidateNotificationPeople.java | 327 private LookupResult resolveEmailContact(Context context, final String email) { 329 ContactsContract.CommonDataKinds.Email.CONTENT_LOOKUP_URI, 330 Uri.encode(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. 309 /** Projection for loading the max email lookback. */
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 17 package com.android.email.mail.store; 30 import com.android.email.DBTestHelper; 31 import com.android.email.MockSharedPreferences; 32 import com.android.email.MockVendorPolicy; 33 import com.android.email.mail.store.ImapStore.ImapMessage; 34 import com.android.email.mail.store.imap.ImapResponse; 35 import com.android.email.mail.store.imap.ImapTestUtils; 36 import com.android.email.mail.transport.MockTransport; 71 * $ runtest -c com.android.email.mail.store.ImapStoreUnitTests email [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/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."""
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
fake_file_system.h | 123 const std::string& email,
|
file_system.cc | [all...] |
file_system_interface.h | 414 // Adds permission as |role| to |email| for the entry at |drive_file_path|. 417 const std::string& email,
|
/external/chromium_org/chrome/browser/chromeos/login/lock/ |
webui_screen_locker.cc | 295 void WebUIScreenLocker::SetDisplayEmail(const std::string& email) {
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_utils.cc | 230 UserManager::Get()->GetActiveUser()->email(), flags);
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
user_image_screen.cc | 254 return UserManager::Get()->GetUserImageManager(GetUser()->email());
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
cloud_external_data_policy_observer.cc | 179 const std::string& user_id = user->email();
|
user_cloud_policy_manager_factory_chromeos.cc | 136 const std::string& username = user->email();
|
/external/chromium_org/chrome/browser/chromeos/ |
proxy_config_service_impl.cc | 147 if (connector->GetUserAffiliation(logged_in_user->email()) ==
|
/external/chromium_org/chrome/browser/drive/ |
drive_api_service.h | 187 const std::string& email,
|
drive_service_interface.h | 417 // Authorizes the account |email| to access |resource_id| as a |role|. 422 const std::string& email,
|
dummy_drive_service.cc | 198 const std::string& email,
|
dummy_drive_service.h | 143 const std::string& email,
|
/external/chromium_org/chrome/browser/extensions/api/autotest_private/ |
autotest_private_api.cc | 113 result->SetString("email", user->email());
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
drive_service_on_worker.h | 172 const std::string& email,
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
browser_window_cocoa.h | 115 const base::string16& email,
|
/external/chromium_org/chrome/browser/ui/webui/ |
flags_ui.cc | 235 SetFlagsForUser(chromeos::UserManager::Get()->GetActiveUser()->email(),
|