Searched refs: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.java5973 public static final String EMAIL_TYPE = "email_type"; field in class:ContactsContract.Intents.Insert
/frameworks/base/core/java/android/webkit/
H A DWebView.java851 public static final int EMAIL_TYPE = 4; field in class:WebView.HitTestResult
1970 * If an email address is found, the HitTestResult type is set to EMAIL_TYPE
1990 result.setType(HitTestResult.EMAIL_TYPE);

Completed in 101 milliseconds