Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java93 public static final int CONTACT_PHOTO_ID = 4; field in ContactListAdapter.ContactQuery
229 if (!cursor.isNull(ContactQuery.CONTACT_PHOTO_ID)) { in bindPhoto()
230 photoId = cursor.getLong(ContactQuery.CONTACT_PHOTO_ID); in bindPhoto()
DDefaultContactListAdapter.java191 bindQuickContact(view, partition, cursor, ContactQuery.CONTACT_PHOTO_ID, in bindView()