Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyContactListAdapter.java89 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyContactListAdapter
H A DLegacyPostalAddressListAdapter.java94 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPostalAddressListAdapter
H A DLegacyPhoneNumberListAdapter.java94 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in LegacyPhoneNumberListAdapter
H A DMultiSelectEmailAddressesListAdapter.java188 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in MultiSelectEmailAddressesListAdapter
H A DMultiSelectPhoneNumbersListAdapter.java188 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in MultiSelectPhoneNumbersListAdapter
H A DPostalAddressListAdapter.java156 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in PostalAddressListAdapter
H A DEmailAddressListAdapter.java165 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in EmailAddressListAdapter
H A DPhoneNumberListAdapter.java512 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() method in PhoneNumberListAdapter
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersAdapter.java167 private void bindName(ContactListItemView view, Cursor cursor) { in bindName() method in GroupMembersAdapter