Home
last modified time | relevance | path

Searched refs:bindViewId (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyContactListAdapter.java88 bindViewId(view, cursor, PERSON_ID_COLUMN_INDEX); in bindView()
DLegacyPhoneNumberListAdapter.java93 bindViewId(view, cursor, PHONE_ID_COLUMN_INDEX); in bindView()
DLegacyPostalAddressListAdapter.java93 bindViewId(view, cursor, POSTAL_ID_COLUMN_INDEX); in bindView()
DPostalAddressListAdapter.java130 bindViewId(view, cursor, PostalQuery.POSTAL_ID); in bindView()
DEmailAddressListAdapter.java139 bindViewId(view, cursor, EmailQuery.EMAIL_ID); in bindView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java274 bindViewId(view, cursor, ContactQuery.CONTACT_ID); in bindNameAndViewId()
DPhoneNumberListAdapter.java442 bindViewId(view, cursor, PhoneQuery.PHONE_ID); in bindView()
DContactEntryListAdapter.java780 protected void bindViewId(final ContactListItemView view, Cursor cursor, int idColumn) { in bindViewId() method in ContactEntryListAdapter