Searched defs:EMAIL_TYPE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContacts.java2335 public static final String EMAIL_TYPE = ContactsContract.Intents.Insert.EMAIL_TYPE; field in class:Contacts.Intents.Insert
H A DContactsContract.java8072 public static final String EMAIL_TYPE = "email_type"; field in class:ContactsContract.Intents.Insert
/frameworks/base/core/java/android/webkit/
H A DWebView.java977 public static final int EMAIL_TYPE = 4; field in class:WebView.HitTestResult
2550 * If an email address is found, the HitTestResult type is set to EMAIL_TYPE
2575 result.setType(HitTestResult.EMAIL_TYPE);

Completed in 122 milliseconds