Searched refs:PHONE_DISPLAY_NAME_COLUMN_INDEX (Results 1 – 2 of 2) sorted by relevance
48 private static final int PHONE_DISPLAY_NAME_COLUMN_INDEX = 4; field in LegacyPhoneNumberListAdapter67 return ((Cursor)getItem(position)).getString(PHONE_DISPLAY_NAME_COLUMN_INDEX); in getContactDisplayName()95 view.showDisplayName(cursor, PHONE_DISPLAY_NAME_COLUMN_INDEX, getContactNameDisplayOrder()); in bindName()
81 private static final int PHONE_DISPLAY_NAME_COLUMN_INDEX = 0; field in ShortcutIntentBuilder240 mDisplayName = cursor.getString(PHONE_DISPLAY_NAME_COLUMN_INDEX); in loadData()