Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyContactListAdapter.java85 bindViewId(view, cursor, PERSON_ID_COLUMN_INDEX); in bindView()
DLegacyPhoneNumberListAdapter.java90 bindViewId(view, cursor, PHONE_ID_COLUMN_INDEX); in bindView()
DLegacyPostalAddressListAdapter.java90 bindViewId(view, cursor, POSTAL_ID_COLUMN_INDEX); in bindView()
DMultiSelectEntryContactListAdapter.java157 bindViewId(view, cursor, getContactColumnIdIndex()); in bindView()
DPostalAddressListAdapter.java128 bindViewId(view, cursor, PostalQuery.POSTAL_ID); in bindView()
DEmailAddressListAdapter.java137 bindViewId(view, cursor, EmailQuery.EMAIL_ID); in bindView()
DMultiSelectEmailAddressesListAdapter.java159 bindViewId(view, cursor, EmailQuery.EMAIL_ID); in bindView()
DMultiSelectPhoneNumbersListAdapter.java159 bindViewId(view, cursor, PhoneQuery.PHONE_ID); in bindView()
DContactListAdapter.java278 bindViewId(view, cursor, ContactQuery.CONTACT_ID); in bindNameAndViewId()
DContactEntryListAdapter.java749 protected void bindViewId(final ContactListItemView view, Cursor cursor, int idColumn) { in bindViewId() method in ContactEntryListAdapter
DPhoneNumberListAdapter.java442 bindViewId(view, cursor, PhoneQuery.PHONE_ID); in bindView()