Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyContactListAdapter.java84 bindName(view, cursor); in bindView()
89 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyContactListAdapter
DLegacyPhoneNumberListAdapter.java89 bindName(view, cursor); in bindView()
94 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPhoneNumberListAdapter
DLegacyPostalAddressListAdapter.java89 bindName(view, cursor); in bindView()
94 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPostalAddressListAdapter
DPostalAddressListAdapter.java127 bindName(view, cursor); in bindView()
156 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in PostalAddressListAdapter
DEmailAddressListAdapter.java136 bindName(view, cursor); in bindView()
165 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in EmailAddressListAdapter
DMultiSelectEmailAddressesListAdapter.java161 bindName(view, cursor); in bindView()
188 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in MultiSelectEmailAddressesListAdapter
DMultiSelectPhoneNumbersListAdapter.java161 bindName(view, cursor); in bindView()
188 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in MultiSelectPhoneNumbersListAdapter
DPhoneNumberListAdapter.java446 bindName(view, cursor); in bindView()
512 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in PhoneNumberListAdapter
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java151 bindName(view, cursor); in bindView()
167 private void bindName(ContactListItemView view, Cursor cursor) { in bindName() method in GroupMembersAdapter