Home | History | Annotate | Download | only in provider

Lines Matching refs:EMAIL

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.
1144 * The kind of the the contact method. For example, email address,
1481 Uri.parse("content://contacts/contact_methods/email");
1497 public static final String CONTENT_EMAIL_TYPE = "vnd.android.cursor.dir/email";
1513 public static final String CONTENT_EMAIL_ITEM_TYPE = "vnd.android.cursor.item/email";
2026 * raw email address, such as one built using
2321 * The extra field for the contact email address.
2326 public static final String EMAIL = ContactsContract.Intents.Insert.EMAIL;
2329 * The extra field for the contact email type.
2338 * The extra field for the email isprimary flag.
2347 * The extra field for an optional second contact email address.
2356 * The extra field for an optional second contact email type.
2366 * The extra field for an optional third contact email address.
2375 * The extra field for an optional third contact email type.