Home | History | Annotate | Download | only in list

Lines Matching refs:EmailQuery

37     protected static class EmailQuery {
88 loader.setProjection(EmailQuery.PROJECTION_PRIMARY);
90 loader.setProjection(EmailQuery.PROJECTION_ALTERNATIVE);
107 return ((Cursor) getItem(position)).getString(EmailQuery.EMAIL_DISPLAY_NAME);
115 long id = ((Cursor)getItem(position)).getLong(EmailQuery.EMAIL_ID);
139 if (!cursor.isNull(EmailQuery.EMAIL_TYPE)) {
140 final int type = cursor.getInt(EmailQuery.EMAIL_TYPE);
141 final String customLabel = cursor.getString(EmailQuery.EMAIL_LABEL);
147 view.showData(cursor, EmailQuery.EMAIL_ADDRESS);
169 view.showDisplayName(cursor, EmailQuery.EMAIL_DISPLAY_NAME, getContactNameDisplayOrder());
174 if (!cursor.isNull(EmailQuery.EMAIL_PHOTO_ID)) {
175 photoId = cursor.getLong(EmailQuery.EMAIL_PHOTO_ID);