/packages/apps/Email/provider_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/provider_src/com/android/email/service/ |
AccountService.java | 17 package com.android.email.service; 25 import com.android.email.DebugUtils; 26 import com.android.email.ResourceHelper;
|
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/src/com/android/email/ |
EmailApplication.java | 17 package com.android.email; 23 import com.android.email.activity.setup.EmailPreferenceActivity; 24 import com.android.email.preferences.EmailPreferenceMigrator; 37 private static final String LOG_TAG = "Email";
|
/prebuilts/gdb/darwin-x86/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 [all...] |
/prebuilts/gdb/linux-x86/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 [all...] |
/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 [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 [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupBasicsFragment.java | 17 package com.android.email.activity.setup; 28 import com.android.email.R; 29 import com.android.email.activity.UiUtilities; 127 public void setEmail(final String email) { 128 mEmailView.setText(email);
|
DebugFragment.java | 17 package com.android.email.activity.setup; 30 import com.android.email.DebugUtils; 31 import com.android.email.Preferences; 32 import com.android.email.R; 33 import com.android.email.activity.UiUtilities; 34 import com.android.email.service.EmailServiceUtils;
|
AccountSetupTypeFragment.java | 17 package com.android.email.activity.setup; 27 import com.android.email.R; 28 import com.android.email.activity.UiUtilities; 29 import com.android.email.service.EmailServiceUtils;
|
PolicyListPreference.java | 17 package com.android.email.activity.setup;
|
SpinnerOption.java | 17 package com.android.email.activity.setup;
|
/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;
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
ContactRequest.java | 38 public ContactRequest(final String name, final String email) { 40 mEmail = normalizeEmail(email); 43 private String normalizeEmail(final String email) { 44 if (TextUtils.isEmpty(email)) { 45 throw new IllegalArgumentException("Email must not be empty."); 48 return email; 62 // Only count email, so we can pull results out of the cache that are from other contact 74 // Only count email, so we can pull results out of the cache that are from other contact
|
/external/google-breakpad/src/common/linux/ |
google_crashdump_uploader.cc | 48 const string& email, 60 email, 74 const string& email, 86 email, 100 const string& email, 112 email_ = email; 189 parameters_["email"] = email_;
|
/build/make/tools/ |
checkowners.py | 16 help='Check email addresses') 33 echo('Checking email address: ' + address) 35 expected = '"email": "' + address + '"' 43 email = '([^@ ]+@[^ @]+|\\*)' 44 directive = '(%s|%s)' % (email, noparent) 47 pats = '(|%s|%s|%s)$' % (noparent, email, perfile) 50 # One pattern to capture email address. 68 echo('Found email address: ' + address) 71 print('%s:%d: ERROR: unknown email address: %s'
|
/packages/apps/Email/tests/src/com/android/email/ |
ControllerProviderOpsTests.java | 17 package com.android.email; 23 import com.android.email.provider.ContentCache; 24 import com.android.email.provider.EmailProvider; 38 * runtest -c com.android.email.ControllerProviderOpsTests email
|
/packages/apps/Email/provider_src/com/android/email/ |
EmailIntentService.java | 16 package com.android.email;
|
NotificationController.java | 17 package com.android.email;
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapElement.java | 17 package com.android.email.mail.store.imap;
|
ImapSimpleString.java | 17 package com.android.email.mail.store.imap;
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
FolderPickerSelectorAdapter.java | 18 package com.android.email.provider;
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
StatusOutputStream.java | 17 package com.android.email.mail.transport;
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
SenderInfoLoader.java | 30 import android.provider.ContactsContract.CommonDataKinds.Email; 47 * A {@link Loader} to look up presence, contact URI, and photo data for a set of email 53 Email._ID, // 0 54 Email.DATA, // 1 55 Email.CONTACT_ID, // 2 56 Email.PHOTO_ID, // 3 102 * @param emails The email addresses of the sender images to return. 106 * @return A mapping of email to {@link ContactInfo}. How to interpret the map: 108 * <li>The email is missing from the key set or maps to null - The email was skipped. Tr 155 String email = cursor.getString(DATA_EMAIL_COLUMN); local 215 String email = prev.first; local [all...] |