HomeSort by relevance Sort by last modified time
    Searched refs:CONTACT_DISPLAY_NAME (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 97 public static final int CONTACT_DISPLAY_NAME = 1;
160 return ((Cursor) getItem(position)).getString(ContactQuery.CONTACT_DISPLAY_NAME);
261 ContactQuery.CONTACT_DISPLAY_NAME,
271 cursor, ContactQuery.CONTACT_DISPLAY_NAME, getContactNameDisplayOrder());
DefaultContactListAdapter.java 238 ContactQuery.CONTACT_LOOKUP_KEY, ContactQuery.CONTACT_DISPLAY_NAME);

Completed in 643 milliseconds