Home
last modified time | relevance | path

Searched refs:CONTACT_DISPLAY_NAME (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java90 public static final int CONTACT_DISPLAY_NAME = 1; field in ContactListAdapter.ContactQuery
150 return ((Cursor) getItem(position)).getString(ContactQuery.CONTACT_DISPLAY_NAME); in getContactDisplayName()
242 ContactQuery.CONTACT_DISPLAY_NAME, in bindPhoto()
252 cursor, ContactQuery.CONTACT_DISPLAY_NAME, getContactNameDisplayOrder()); in bindNameAndViewId()
DDefaultContactListAdapter.java193 ContactQuery.CONTACT_LOOKUP_KEY, ContactQuery.CONTACT_DISPLAY_NAME); in bindView()