HomeSort by relevance Sort by last modified time
    Searched defs:EMAIL (Results 1 - 25 of 49) sorted by null

1 2

  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
CsrUtil.java 30 private static final String EMAIL = "android-tv-remote-support@google.com";
89 new GeneralName(GeneralName.rfc822Name, EMAIL)));
  /frameworks/base/core/java/android/bluetooth/
BluetoothMasInstance.java 78 public static final int EMAIL = 0x01;
  /frameworks/opt/chips/src/com/android/ex/chips/
Queries.java 22 import android.provider.ContactsContract.CommonDataKinds.Email;
27 * Phone and Email queries for supporting Chips UI.
41 ContactsContract.CommonDataKinds.Email.MIMETYPE // 9
51 public static final Query EMAIL = new Query(new String[]{
53 Email.DATA, // 1
54 Email.TYPE, // 2
55 Email.LABEL, // 3
56 Email.CONTACT_ID, // 4
57 Email._ID, // 5
61 ContactsContract.CommonDataKinds.Email.MIMETYPE //
    [all...]
RecipientAlternatesAdapter.java 50 * queried by email or by phone number.
98 query = Queries.EMAIL;
152 matchesNotFound, Queries.EMAIL, callback);
268 * results is just the email address, and the other has a name and photo, so we want
288 * Given two {@link RecipientEntry}s for the same email address, this will return the one that
388 selection.append(Queries.EMAIL.getProjection()[Queries.Query.CONTACT_ID]);
392 uri = Queries.EMAIL.getContentUri();
400 desiredMimeType = ContactsContract.CommonDataKinds.Email.CONTENT_ITEM_TYPE;
404 Queries.EMAIL.getProjection(),
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 44 EMAIL,
88 case EMAIL:
133 return TYPE.EMAIL;
  /packages/providers/CalendarProvider/
maketests.py 6 EMAIL = "onoratoj@gmail.com"
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillPopupTest.java 49 private static final String EMAIL = "john@acme.inc";
64 "<input type=\"text\" id=\"em\" autocomplete=\"email\" /><br>" +
80 "<input type=\"text\" id=\"em\" autocomplete=\"email\"><br>" +
94 "<input type=\"text\" id=\"em\" autocomplete=\"email\" value=\"foo@example.com\"><br>" +
109 "<input type=\"text\" id=\"em\" autocomplete=\"email\"><br>" +
154 ZIP_CODE, SORTING_CODE, COUNTRY, PHONE_NUMBER, EMAIL,
214 assertEquals("Email did not match",
215 EMAIL, DOMUtils.getNodeValue(viewCore, "em"));
231 assertLogged(EMAIL, profileFullName);
250 assertLogged(EMAIL, profileFullName)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.cc 31 EMAIL,
113 case ::autofill::EMAIL:
114 group = EMAIL;
field_types.h 191 // Email.
221 EMAIL,
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessage.java 54 EMAIL, SMS_GSM, SMS_CDMA, MMS
BluetoothMapMessage.java 70 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS
143 if ("EMAIL".equals(s)) {
144 return Type.EMAIL;
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 23 import android.provider.ContactsContract.CommonDataKinds.Email;
48 * and additional data such as a nickname, email address or phone number, whichever
58 Data.IS_PRIMARY, StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA,
69 int EMAIL = 7;
121 String email; field in class:SplitAggregateView.RawContactInfo
133 if (email != null) {
134 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...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 302 EMAIL("email"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 302 EMAIL("email"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 302 EMAIL("email"),
  /external/smack/src/org/xbill/DNS/
KEYRecord.java 34 /** Email */
35 public static final int EMAIL = 2;
55 protocols.add(EMAIL, "EMAIL");
280 /** Key was created for use with email */
281 public static final int PROTOCOL_EMAIL = Protocol.EMAIL;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 728 EMAIL( 8, "EMAIL", false, false),
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 23 import android.provider.ContactsContract.CommonDataKinds.Email;
79 // basic format as email addresses
105 static final int EMAIL = 15;
130 return new EditType(type, Email.getTypeLabelResource(type));
296 DataKind kind = addKind(new DataKind(Email.CONTENT_ITEM_TYPE, R.string.emailLabelsGroup,
297 Weight.EMAIL, true));
299 kind.actionBody = new SimpleInflater(Email.DATA);
300 kind.typeColumn = Email.TYPE;
302 kind.typeList.add(buildEmailType(Email.TYPE_HOME));
303 kind.typeList.add(buildEmailType(Email.TYPE_WORK))
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 62 * Signifies an email address row that is stored in the ContactMethods table
260 * else if email is not null email.
422 * The ID of the persons preferred email.
    [all...]
ContactsContract.java 65 * as a phone number or email addresses. The set of data kinds that can be
149 * For example, in an email composition screen, its implementation can specify an account when
166 * include persons contacted via phone (not email, sms, etc.)
189 * {@link CommonDataKinds.Email#CONTENT_URI Email.CONTENT_URI}, and
262 * in email and phone lookup functionalities, it should also implement
263 * {@link CommonDataKinds.Email#CONTENT_FILTER_URI CommonDataKinds.Email.CONTENT_FILTER_URI}
509 * allow creation of shortcuts for data items like email, phone or postal address,
    [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/Exchange/src/com/android/exchange/adapter/
Tags.java 34 public static final int EMAIL = 0x02;
165 // Email code page 2
166 public static final int EMAIL_PAGE = EMAIL << PAGE_SHIFT;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 3306 milliseconds

1 2