Home | History | Annotate | Download | only in mail

Lines Matching refs:email

32 import android.provider.ContactsContract.CommonDataKinds.Email;
44 * A {@link Loader} to look up presence, contact URI, and photo data for a set of email
51 Email._ID, // 0
52 Email.DATA, // 1
53 Email.CONTACT_PRESENCE, // 2
54 Email.CONTACT_ID, // 3
55 Email.PHOTO_ID, // 4
102 * @param senderSet The email addresses of the sender images to return.
106 * @return A mapping of email addresses to {@link ContactInfo}s. The {@link ContactInfo} will
123 .append(Data.MIMETYPE).append("='").append(Email.CONTENT_ITEM_TYPE)
124 .append("' AND ").append(Email.DATA).append(" IN (");
138 String email = cursor.getString(DATA_EMAIL_COLUMN);
152 photoIdMap.put(photoId, Pair.create(email, result));
154 results.put(email, result);
186 String email = prev.first;
192 results.put(email,
196 results.put(email, new ContactInfo(