Home
last modified time | relevance | path

Searched refs:EMAIL_PHOTO_ID (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DEmailAddressListAdapter.java66 public static final int EMAIL_PHOTO_ID = 4; field in EmailAddressListAdapter.EmailQuery
173 if (!cursor.isNull(EmailQuery.EMAIL_PHOTO_ID)) { in bindPhoto()
174 photoId = cursor.getLong(EmailQuery.EMAIL_PHOTO_ID); in bindPhoto()