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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyContactListAdapter.java88 bindViewId(view, cursor, PERSON_ID_COLUMN_INDEX);
H A DLegacyPhoneNumberListAdapter.java93 bindViewId(view, cursor, PHONE_ID_COLUMN_INDEX);
H A DLegacyPostalAddressListAdapter.java93 bindViewId(view, cursor, POSTAL_ID_COLUMN_INDEX);
H A DEmailAddressListAdapter.java139 bindViewId(view, cursor, EmailQuery.EMAIL_ID);
H A DPostalAddressListAdapter.java130 bindViewId(view, cursor, PostalQuery.POSTAL_ID);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListAdapter.java255 bindViewId(view, cursor, ContactQuery.CONTACT_ID);
H A DContactEntryListAdapter.java745 // Whenever bindViewId() is called, the values passed into setId() are stable or
751 protected void bindViewId(final ContactListItemView view, Cursor cursor, int idColumn) { method in class:ContactEntryListAdapter
H A DPhoneNumberListAdapter.java361 bindViewId(view, cursor, PhoneQuery.PHONE_ID);

Completed in 443 milliseconds