Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListAdapter.java93 if (!cursor.isNull(ContactQuery.CONTACT_PHOTO_ID)) { in bindPhoto()
94 photoId = cursor.getLong(ContactQuery.CONTACT_PHOTO_ID); in bindPhoto()
170 public static final int CONTACT_PHOTO_ID = 4; field in ContactListAdapter.ContactQuery
DDefaultContactListAdapter.java188 ContactQuery.CONTACT_PHOTO_ID, in bindView()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java98 public static final int CONTACT_PHOTO_ID = 4; field in ContactListAdapter.ContactQuery
252 if (!cursor.isNull(ContactQuery.CONTACT_PHOTO_ID)) { in bindPhoto()
253 photoId = cursor.getLong(ContactQuery.CONTACT_PHOTO_ID); in bindPhoto()
DDefaultContactListAdapter.java275 bindQuickContact(view, partition, cursor, ContactQuery.CONTACT_PHOTO_ID, in bindView()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java62 public static final int CONTACT_PHOTO_ID = 2; field in GroupMembersAdapter.GroupMembersQuery
152 bindPhoto(view, cursor, GroupMembersQuery.CONTACT_PHOTO_ID, in bindView()
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsCursorLoader.java28 public static final int CONTACT_PHOTO_ID = 2; field in ContactsCursorLoader
DContactsAdapter.java127 return cursor.getLong(ContactsCursorLoader.CONTACT_PHOTO_ID); in getPhotoId()