Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DPostalAddressListAdapter.java129 bindPhoto(view, cursor); in bindView()
160 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in PostalAddressListAdapter
DEmailAddressListAdapter.java138 bindPhoto(view, cursor); in bindView()
169 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in EmailAddressListAdapter
DJoinContactListAdapter.java187 bindPhoto(view, partition, cursor); in bindView()
194 bindPhoto(view, partition, cursor); in bindView()
DPhoneNumberListAdapter.java453 bindPhoto(view, partition, cursor); in bindView()
533 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto() method in PhoneNumberListAdapter
DMultiSelectEntryContactListAdapter.java167 protected void bindPhoto(final ContactListItemView view, final Cursor cursor, in bindPhoto() method in MultiSelectEntryContactListAdapter
DMultiSelectPhoneNumbersListAdapter.java162 bindPhoto(view, cursor, PhoneQuery.PHOTO_ID, PhoneQuery.LOOKUP_KEY, in bindView()
DMultiSelectEmailAddressesListAdapter.java162 bindPhoto(view, cursor, EmailQuery.PHOTO_ID, EmailQuery.LOOKUP_KEY, in bindView()
DDefaultContactListAdapter.java251 bindPhoto(view, partition, cursor); in bindView()
DContactListAdapter.java244 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto() method in ContactListAdapter
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java152 bindPhoto(view, cursor, GroupMembersQuery.CONTACT_PHOTO_ID, in bindView()