/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PostalAddressListAdapter.java | 129 bindPhoto(view, cursor); in bindView() 160 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in PostalAddressListAdapter
|
D | EmailAddressListAdapter.java | 138 bindPhoto(view, cursor); in bindView() 169 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in EmailAddressListAdapter
|
D | JoinContactListAdapter.java | 187 bindPhoto(view, partition, cursor); in bindView() 194 bindPhoto(view, partition, cursor); in bindView()
|
D | PhoneNumberListAdapter.java | 453 bindPhoto(view, partition, cursor); in bindView() 533 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto() method in PhoneNumberListAdapter
|
D | MultiSelectEntryContactListAdapter.java | 167 protected void bindPhoto(final ContactListItemView view, final Cursor cursor, in bindPhoto() method in MultiSelectEntryContactListAdapter
|
D | MultiSelectPhoneNumbersListAdapter.java | 162 bindPhoto(view, cursor, PhoneQuery.PHOTO_ID, PhoneQuery.LOOKUP_KEY, in bindView()
|
D | MultiSelectEmailAddressesListAdapter.java | 162 bindPhoto(view, cursor, EmailQuery.PHOTO_ID, EmailQuery.LOOKUP_KEY, in bindView()
|
D | DefaultContactListAdapter.java | 251 bindPhoto(view, partition, cursor); in bindView()
|
D | ContactListAdapter.java | 244 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto() method in ContactListAdapter
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersAdapter.java | 152 bindPhoto(view, cursor, GroupMembersQuery.CONTACT_PHOTO_ID, in bindView()
|