Searched refs:CONTACT_PHOTO_ID (Results 1 – 5 of 5) sorted by relevance
98 public static final int CONTACT_PHOTO_ID = 4; field in ContactListAdapter.ContactQuery252 if (!cursor.isNull(ContactQuery.CONTACT_PHOTO_ID)) { in bindPhoto()253 photoId = cursor.getLong(ContactQuery.CONTACT_PHOTO_ID); in bindPhoto()
246 bindQuickContact(view, partition, cursor, ContactQuery.CONTACT_PHOTO_ID, in bindView()
62 public static final int CONTACT_PHOTO_ID = 2; field in GroupMembersAdapter.GroupMembersQuery152 bindPhoto(view, cursor, GroupMembersQuery.CONTACT_PHOTO_ID, in bindView()
31 public static final int CONTACT_PHOTO_ID = 2; field in ContactsCursorLoader
187 return cursor.getLong(ContactsCursorLoader.CONTACT_PHOTO_ID); in getPhotoId()