/packages/apps/Contacts/src/com/android/contacts/list/ |
D | LegacyContactListAdapter.java | 84 bindName(view, cursor); in bindView() 89 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyContactListAdapter
|
D | LegacyPhoneNumberListAdapter.java | 89 bindName(view, cursor); in bindView() 94 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPhoneNumberListAdapter
|
D | LegacyPostalAddressListAdapter.java | 89 bindName(view, cursor); in bindView() 94 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPostalAddressListAdapter
|
D | PostalAddressListAdapter.java | 127 bindName(view, cursor); in bindView() 156 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in PostalAddressListAdapter
|
D | EmailAddressListAdapter.java | 136 bindName(view, cursor); in bindView() 165 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in EmailAddressListAdapter
|
D | MultiSelectEmailAddressesListAdapter.java | 161 bindName(view, cursor); in bindView() 188 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in MultiSelectEmailAddressesListAdapter
|
D | MultiSelectPhoneNumbersListAdapter.java | 161 bindName(view, cursor); in bindView() 188 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in MultiSelectPhoneNumbersListAdapter
|
D | PhoneNumberListAdapter.java | 446 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/ |
D | GroupMembersAdapter.java | 151 bindName(view, cursor); in bindView() 167 private void bindName(ContactListItemView view, Cursor cursor) { in bindName() method in GroupMembersAdapter
|