Loading src/com/android/contacts/list/EmailAddressListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,7 @@ public class EmailAddressListAdapter extends ContactEntryListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); ContactListItemView view = (ContactListItemView)itemView; bindSectionHeaderAndDivider(view, position); bindName(view, cursor); Loading src/com/android/contacts/list/JoinContactListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ public class JoinContactListAdapter extends ContactListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); switch (partition) { case PARTITION_SUGGESTIONS: { final ContactListItemView view = (ContactListItemView) itemView; Loading src/com/android/contacts/list/LegacyContactListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ public class LegacyContactListAdapter extends ContactEntryListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); ContactListItemView view = (ContactListItemView)itemView; bindName(view, cursor); bindViewId(view, cursor, PERSON_ID_COLUMN_INDEX); Loading src/com/android/contacts/list/LegacyPhoneNumberListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ public class LegacyPhoneNumberListAdapter extends ContactEntryListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); ContactListItemView view = (ContactListItemView)itemView; bindName(view, cursor); bindViewId(view, cursor, PHONE_ID_COLUMN_INDEX); Loading src/com/android/contacts/list/LegacyPostalAddressListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ public class LegacyPostalAddressListAdapter extends ContactEntryListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); ContactListItemView view = (ContactListItemView)itemView; bindName(view, cursor); bindViewId(view, cursor, POSTAL_ID_COLUMN_INDEX); Loading Loading
src/com/android/contacts/list/EmailAddressListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,7 @@ public class EmailAddressListAdapter extends ContactEntryListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); ContactListItemView view = (ContactListItemView)itemView; bindSectionHeaderAndDivider(view, position); bindName(view, cursor); Loading
src/com/android/contacts/list/JoinContactListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ public class JoinContactListAdapter extends ContactListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); switch (partition) { case PARTITION_SUGGESTIONS: { final ContactListItemView view = (ContactListItemView) itemView; Loading
src/com/android/contacts/list/LegacyContactListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ public class LegacyContactListAdapter extends ContactEntryListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); ContactListItemView view = (ContactListItemView)itemView; bindName(view, cursor); bindViewId(view, cursor, PERSON_ID_COLUMN_INDEX); Loading
src/com/android/contacts/list/LegacyPhoneNumberListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ public class LegacyPhoneNumberListAdapter extends ContactEntryListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); ContactListItemView view = (ContactListItemView)itemView; bindName(view, cursor); bindViewId(view, cursor, PHONE_ID_COLUMN_INDEX); Loading
src/com/android/contacts/list/LegacyPostalAddressListAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ public class LegacyPostalAddressListAdapter extends ContactEntryListAdapter { @Override protected void bindView(View itemView, int partition, Cursor cursor, int position) { super.bindView(itemView, partition, cursor, position); ContactListItemView view = (ContactListItemView)itemView; bindName(view, cursor); bindViewId(view, cursor, POSTAL_ID_COLUMN_INDEX); Loading