/external/e2fsprogs/contrib/ |
e2croncheck | 13 # and "EMAIL" to be your e-mail address 24 EMAIL=sysadmin@example.com 41 if test -n "$RPT-EMAIL"; then 42 mail -s "E2fsck of /dev/${VG}/${VOLUME} failed!" $EMAIL < $TMPFILE
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
ContactStatusLoaderTest.java | 17 package com.android.email.activity; 19 import com.android.email.activity.ContactStatusLoader.Result; 48 private static final String EMAIL = "a@b.c"; 69 ContactStatusLoader l = new ContactStatusLoader(getMockContext(), EMAIL); 87 ContactStatusLoader l = new ContactStatusLoader(getMockContext(), EMAIL); 106 ContactStatusLoader l = new ContactStatusLoader(getMockContext(), EMAIL); 134 ContactStatusLoader l = new ContactStatusLoader(getMockContext(), EMAIL); 154 ContactStatusLoader l = new ContactStatusLoader(getMockContext(), EMAIL);
|
/external/chromium/chrome/browser/autofill/ |
autofill_metrics.cc | 25 EMAIL, 82 case AutofillType::EMAIL: 83 group = EMAIL;
|
autofill_type.h | 23 EMAIL,
|
autofill_profile.cc | 252 case AutofillType::EMAIL: 280 case AutofillType::EMAIL: 299 group == AutofillType::EMAIL || 628 case AutofillType::EMAIL:
|
autofill_type.cc | 39 { AutofillType::EMAIL, AutofillType::NO_SUBGROUP },
|
autofill_manager.cc | 139 // Likewise, forms often ask for multiple email addresses, so ignore this 145 current_type_group == AutofillType::EMAIL) [all...] |
/external/webkit/Source/WebKit/android/nav/ |
CachedInput.cpp | 45 mType = EMAIL;
|
CachedInput.h | 48 EMAIL = 4,
|
/packages/providers/CalendarProvider/ |
maketests.py | 6 EMAIL = "onoratoj@gmail.com"
|
/packages/apps/Contacts/src/com/android/contacts/ |
SplitAggregateView.java | 29 import android.provider.ContactsContract.CommonDataKinds.Email; 51 * and additional data such as a nickname, email address or phone number, whichever 61 Data.IS_PRIMARY, StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA, 72 int EMAIL = 7; 124 String email; field in class:SplitAggregateView.RawContactInfo 136 if (email != null) { 137 return email; 179 } else if (Email.CONTENT_ITEM_TYPE.equals(mimetype)) { 205 if (info.email == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) { 206 info.email = cursor.getString(SplitQuery.EMAIL) [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactSelectionActivity.java | 352 * Returns true if is a single email or single phone number provided in the {@link Intent} 366 boolean hasEmail = intentExtraKeys.contains(Insert.EMAIL) && 371 intentExtraKeys.contains(Insert.EMAIL);
|
ShowOrCreateActivity.java | 34 import android.provider.ContactsContract.CommonDataKinds.Email; 67 Email.CONTACT_ID, 68 Email.LOOKUP_KEY, 124 mCreateExtras.putString(Intents.Insert.EMAIL, ssp); 127 Uri uri = Uri.withAppendedPath(Email.CONTENT_FILTER_URI, Uri.encode(ssp));
|
ConfirmAddDetailActivity.java | 52 import android.provider.ContactsContract.CommonDataKinds.Email; 80 * must have an extra with max 1 phone or email specified, using 83 * {@link ContactsContract.Intents.Insert.EMAIL} with type 169 * nickname, use the email field, and etc. 172 Email.CONTENT_ITEM_TYPE, Im.CONTENT_ITEM_TYPE, StructuredPostal.CONTENT_ITEM_TYPE, 225 } else if (extras.containsKey(ContactsContract.Intents.Insert.EMAIL)) { 226 mMimetype = Email.CONTENT_ITEM_TYPE; [all...] |
/frameworks/base/core/java/android/provider/ |
Contacts.java | 63 * Signifies an email address row that is stored in the ContactMethods table 261 * else if email is not null email. 423 * The ID of the persons preferred email. [all...] |
ContactsContract.java | 66 * as a phone number or email addresses. The set of data kinds that can be 150 * For example, in an email composition screen, its implementation can specify an account when 167 * include persons contacted via phone (not email, sms, etc.) 307 * in email and phone lookup functionalities, it should also implement 308 * {@link CommonDataKinds.Email#CONTENT_FILTER_URI CommonDataKinds.Email.CONTENT_FILTER_URI} 554 * allow creation of shortcuts for data items like email, phone or postal address, [all...] |
/frameworks/base/core/java/android/webkit/ |
WebTextView.java | 165 private static final int EMAIL = 4; [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Tags.java | 34 public static final int EMAIL = 0x02; 257 public static final int EMAIL_PAGE = EMAIL << PAGE_SHIFT; [all...] |
/external/qemu/android/ |
hw-events.h | 251 KEY_CODE(EMAIL ,215) \
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationList.java | 423 intent.putExtra(ContactsContract.Intents.Insert.EMAIL, address); [all...] |
ComposeMessageActivity.java | 76 import android.provider.ContactsContract.CommonDataKinds.Email; [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntry.java | 26 import android.provider.ContactsContract.CommonDataKinds.Email; 89 EMAIL, 142 // This field should reflect the other Elem fields like Email, 414 builder.withValueBackReference(Email.RAW_CONTACT_ID, backReferenceIndex); 415 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); 417 builder.withValue(Email.TYPE, mType); 418 if (mType == Email.TYPE_CUSTOM) { 419 builder.withValue(Email.LABEL, mLabel); 421 builder.withValue(Email.DATA, mAddress); 465 return EntryLabel.EMAIL; [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
EntityModifier.java | 36 import android.provider.ContactsContract.CommonDataKinds.Email; 535 // Email 536 final DataKind kind = accountType.getKindForMimetype(Email.CONTENT_ITEM_TYPE); 537 parseExtras(state, kind, extras, Insert.EMAIL_TYPE, Insert.EMAIL, Email.DATA); 539 Email.DATA); 541 Email.DATA); [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | 48 import android.provider.ContactsContract.CommonDataKinds.Email; [all...] |
/prebuilt/sdk/12/ |
android.jar | |