Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java88 public static final int CONTACT_DISPLAY_NAME = 1; field in ContactListAdapter.ContactQuery
139 return ((Cursor) getItem(position)).getString(ContactQuery.CONTACT_DISPLAY_NAME); in getContactDisplayName()
238 cursor, ContactQuery.CONTACT_DISPLAY_NAME, getContactNameDisplayOrder()); in bindName()