Searched refs:CONTACT_DISPLAY_NAME (Results 1 – 7 of 7) sorted by relevance
66 public static final int CONTACT_DISPLAY_NAME = 6; field in GroupMembersAdapter.GroupMembersQuery134 return ((Cursor) getItem(position)).getString(GroupMembersQuery.CONTACT_DISPLAY_NAME); in getContactDisplayName()153 GroupMembersQuery.CONTACT_LOOKUP_KEY, GroupMembersQuery.CONTACT_DISPLAY_NAME); in bindView()168 view.showDisplayName(cursor, GroupMembersQuery.CONTACT_DISPLAY_NAME, in bindName()
95 public static final int CONTACT_DISPLAY_NAME = 1; field in ContactListAdapter.ContactQuery156 return ((Cursor) getItem(position)).getString(ContactQuery.CONTACT_DISPLAY_NAME); in getContactDisplayName()265 ContactQuery.CONTACT_DISPLAY_NAME, in bindPhoto()275 cursor, ContactQuery.CONTACT_DISPLAY_NAME, getContactNameDisplayOrder()); in bindNameAndViewId()
251 ContactQuery.CONTACT_LOOKUP_KEY, ContactQuery.CONTACT_DISPLAY_NAME); in bindView()
30 public static final int CONTACT_DISPLAY_NAME = 1; field in ContactsCursorLoader74 String where = getProjection(context)[CONTACT_DISPLAY_NAME] + " IS NOT NULL"; in getWhere()
183 return cursor.getString(ContactsCursorLoader.CONTACT_DISPLAY_NAME); in getDisplayName()
209 displayName = cursor.getString(ProfileQuery.CONTACT_DISPLAY_NAME); in onProfileLoaded()
128 public static final int CONTACT_DISPLAY_NAME = 1; field in DisplayOptionsPreferenceFragment.ProfileQuery