Home | History | Annotate | Download | only in contacts

Lines Matching refs:EMAIL

29 import android.provider.ContactsContract.CommonDataKinds.Email;
51 * and additional data such as a nickname, email address or phone number, whichever
61 StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA, Phone.NUMBER
70 int EMAIL = 6;
121 String email;
133 if (email != null) {
134 return email;
175 } else if (Email.CONTENT_ITEM_TYPE.equals(mimetype)) {
201 if (info.email == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
202 info.email = cursor.getString(SplitQuery.EMAIL);