Home
last modified time | relevance | path

Searched refs:bindPhoto (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DEmailAddressListAdapter.java131 bindPhoto(view, cursor); in bindView()
170 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in EmailAddressListAdapter
DPostalAddressListAdapter.java121 bindPhoto(view, cursor); in bindView()
160 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in PostalAddressListAdapter
DJoinContactListAdapter.java185 bindPhoto(view, partition, cursor); in bindView()
192 bindPhoto(view, partition, cursor); in bindView()
DPhoneNumberListAdapter.java263 bindPhoto(view, cursor); in bindView()
307 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in PhoneNumberListAdapter
DDefaultContactListAdapter.java203 bindPhoto(view, partition, cursor); in bindView()
DContactListAdapter.java215 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto() method in ContactListAdapter