Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java66 public static final int CONTACT_DISPLAY_NAME = 6; field in GroupMembersAdapter.GroupMembersQuery
134 return ((Cursor) getItem(position)).getString(GroupMembersQuery.CONTACT_DISPLAY_NAME); in getContactDisplayName()
153 GroupMembersQuery.CONTACT_LOOKUP_KEY, GroupMembersQuery.CONTACT_DISPLAY_NAME); in bindView()
168 view.showDisplayName(cursor, GroupMembersQuery.CONTACT_DISPLAY_NAME, in bindName()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java95 public static final int CONTACT_DISPLAY_NAME = 1; field in ContactListAdapter.ContactQuery
156 return ((Cursor) getItem(position)).getString(ContactQuery.CONTACT_DISPLAY_NAME); in getContactDisplayName()
265 ContactQuery.CONTACT_DISPLAY_NAME, in bindPhoto()
275 cursor, ContactQuery.CONTACT_DISPLAY_NAME, getContactNameDisplayOrder()); in bindNameAndViewId()
DDefaultContactListAdapter.java277 ContactQuery.CONTACT_LOOKUP_KEY, ContactQuery.CONTACT_DISPLAY_NAME); in bindView()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListAdapter.java107 cursor, ContactQuery.CONTACT_DISPLAY_NAME, ContactQuery.CONTACT_LOOKUP_KEY); in bindPhoto()
115 view.showDisplayName(cursor, ContactQuery.CONTACT_DISPLAY_NAME); in bindNameAndViewId()
167 public static final int CONTACT_DISPLAY_NAME = 1; field in ContactListAdapter.ContactQuery
DDefaultContactListAdapter.java192 ContactQuery.CONTACT_DISPLAY_NAME); in bindView()
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsCursorLoader.java27 public static final int CONTACT_DISPLAY_NAME = 1; field in ContactsCursorLoader
DContactsAdapter.java123 return cursor.getString(ContactsCursorLoader.CONTACT_DISPLAY_NAME); in getDisplayName()
/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferenceActivity.java207 displayName = cursor.getString(ProfileQuery.CONTACT_DISPLAY_NAME); in onProfileLoaded()
DDisplayOptionsPreferenceFragment.java123 public static final int CONTACT_DISPLAY_NAME = 1; field in DisplayOptionsPreferenceFragment.ProfileQuery