Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java91 public static final int CONTACT_PHOTO_ID = 4; field in ContactListAdapter.ContactQuery
223 if (!cursor.isNull(ContactQuery.CONTACT_PHOTO_ID)) { in bindPhoto()
224 photoId = cursor.getLong(ContactQuery.CONTACT_PHOTO_ID); in bindPhoto()
DDefaultContactListAdapter.java198 bindQuickContact(view, partition, cursor, ContactQuery.CONTACT_PHOTO_ID, in bindView()