Searched refs:CONTACT_PHOTO_ID (Results 1 – 7 of 7) sorted by relevance
93 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
188 ContactQuery.CONTACT_PHOTO_ID, in bindView()
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()
275 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()
28 public static final int CONTACT_PHOTO_ID = 2; field in ContactsCursorLoader
127 return cursor.getLong(ContactsCursorLoader.CONTACT_PHOTO_ID); in getPhotoId()