Searched refs:bindName (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | LegacyContactListAdapter.java | 83 bindName(view, cursor); in bindView() 87 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyContactListAdapter
|
D | LegacyPostalAddressListAdapter.java | 88 bindName(view, cursor); in bindView() 92 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPostalAddressListAdapter
|
D | LegacyPhoneNumberListAdapter.java | 87 bindName(view, cursor); in bindView() 91 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPhoneNumberListAdapter
|
D | EmailAddressListAdapter.java | 130 bindName(view, cursor); in bindView() 166 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in EmailAddressListAdapter
|
D | PostalAddressListAdapter.java | 120 bindName(view, cursor); in bindView() 156 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in PostalAddressListAdapter
|
D | JoinContactListAdapter.java | 186 bindName(view, cursor); in bindView() 193 bindName(view, cursor); in bindView()
|
D | PhoneNumberListAdapter.java | 256 bindName(view, cursor); in bindView() 298 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in PhoneNumberListAdapter
|
D | DefaultContactListAdapter.java | 207 bindName(view, cursor); in bindView()
|
D | ContactListAdapter.java | 236 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in ContactListAdapter
|