Searched refs:PERSON_DISPLAY_NAME_COLUMN_INDEX (Results 1 – 1 of 1) sorted by relevance
42 protected static final int PERSON_DISPLAY_NAME_COLUMN_INDEX = 1; field in LegacyContactListAdapter63 return ((Cursor)getItem(position)).getString(PERSON_DISPLAY_NAME_COLUMN_INDEX); in getContactDisplayName()90 view.showDisplayName(cursor, PERSON_DISPLAY_NAME_COLUMN_INDEX, in bindName()