Searched refs:CONTACT_PHOTO_ID (Results 1 – 2 of 2) sorted by relevance
93 public static final int CONTACT_PHOTO_ID = 4; field in ContactListAdapter.ContactQuery229 if (!cursor.isNull(ContactQuery.CONTACT_PHOTO_ID)) { in bindPhoto()230 photoId = cursor.getLong(ContactQuery.CONTACT_PHOTO_ID); in bindPhoto()
191 bindQuickContact(view, partition, cursor, ContactQuery.CONTACT_PHOTO_ID, in bindView()