Searched refs:bindName (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | LegacyContactListAdapter.java | 87 bindName(view, cursor); in bindView() 92 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyContactListAdapter
|
D | LegacyPhoneNumberListAdapter.java | 92 bindName(view, cursor); in bindView() 97 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPhoneNumberListAdapter
|
D | LegacyPostalAddressListAdapter.java | 92 bindName(view, cursor); in bindView() 97 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPostalAddressListAdapter
|
D | PostalAddressListAdapter.java | 129 bindName(view, cursor); in bindView() 158 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in PostalAddressListAdapter
|
D | EmailAddressListAdapter.java | 138 bindName(view, cursor); in bindView() 167 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in EmailAddressListAdapter
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | PhoneNumberListAdapter.java | 446 bindName(view, cursor); in bindView() 512 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in PhoneNumberListAdapter
|