Searched refs:GroupMembersQuery (Results 1 – 2 of 2) sorted by relevance
38 public static class GroupMembersQuery { class in GroupMembersAdapter74 super(context, GroupMembersQuery.CONTACT_ID); in GroupMembersAdapter()87 final long contactId = cursor.getLong(GroupMembersQuery.CONTACT_ID); in getContactUri()88 final String lookupKey = cursor.getString(GroupMembersQuery.CONTACT_LOOKUP_KEY); in getContactUri()95 return cursor.getLong(GroupMembersQuery.CONTACT_ID); in getContactId()124 ? GroupMembersQuery.PROJECTION_PRIMARY in configureLoader()125 : GroupMembersQuery.PROJECTION_ALTERNATIVE); in configureLoader()134 return ((Cursor) getItem(position)).getString(GroupMembersQuery.CONTACT_DISPLAY_NAME); in getContactDisplayName()152 bindPhoto(view, cursor, GroupMembersQuery.CONTACT_PHOTO_ID, in bindView()153 GroupMembersQuery.CONTACT_LOOKUP_KEY, GroupMembersQuery.CONTACT_DISPLAY_NAME); in bindView()[all …]
57 import com.android.contacts.group.GroupMembersAdapter.GroupMembersQuery;126 final String contactId = getString(GroupMembersQuery.CONTACT_ID); in FilterCursorWrapper()