Searched refs:bindViewId (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | LegacyContactListAdapter.java | 88 bindViewId(view, cursor, PERSON_ID_COLUMN_INDEX); in bindView()
|
D | LegacyPhoneNumberListAdapter.java | 93 bindViewId(view, cursor, PHONE_ID_COLUMN_INDEX); in bindView()
|
D | LegacyPostalAddressListAdapter.java | 93 bindViewId(view, cursor, POSTAL_ID_COLUMN_INDEX); in bindView()
|
D | PostalAddressListAdapter.java | 130 bindViewId(view, cursor, PostalQuery.POSTAL_ID); in bindView()
|
D | EmailAddressListAdapter.java | 139 bindViewId(view, cursor, EmailQuery.EMAIL_ID); in bindView()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactListAdapter.java | 274 bindViewId(view, cursor, ContactQuery.CONTACT_ID); in bindNameAndViewId()
|
D | PhoneNumberListAdapter.java | 442 bindViewId(view, cursor, PhoneQuery.PHONE_ID); in bindView()
|
D | ContactEntryListAdapter.java | 780 protected void bindViewId(final ContactListItemView view, Cursor cursor, int idColumn) { in bindViewId() method in ContactEntryListAdapter
|