HomeSort by relevance Sort by last modified time
    Searched refs:bindViewId (Results 1 - 14 of 14) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyContactListAdapter.java 85 bindViewId(view, cursor, PERSON_ID_COLUMN_INDEX);
LegacyPhoneNumberListAdapter.java 90 bindViewId(view, cursor, PHONE_ID_COLUMN_INDEX);
LegacyPostalAddressListAdapter.java 90 bindViewId(view, cursor, POSTAL_ID_COLUMN_INDEX);
MultiSelectEntryContactListAdapter.java 157 bindViewId(view, cursor, getContactColumnIdIndex());
EmailAddressListAdapter.java 137 bindViewId(view, cursor, EmailQuery.EMAIL_ID);
MultiSelectEmailAddressesListAdapter.java 159 bindViewId(view, cursor, EmailQuery.EMAIL_ID);
MultiSelectPhoneNumbersListAdapter.java 159 bindViewId(view, cursor, PhoneQuery.PHONE_ID);
PostalAddressListAdapter.java 128 bindViewId(view, cursor, PostalQuery.POSTAL_ID);
ContactListAdapter.java 278 bindViewId(view, cursor, ContactQuery.CONTACT_ID);
ContactEntryListAdapter.java 743 // Whenever bindViewId() is called, the values passed into setId() are stable or
749 protected void bindViewId(final ContactListItemView view, Cursor cursor, int idColumn) {
PhoneNumberListAdapter.java 442 bindViewId(view, cursor, PhoneQuery.PHONE_ID);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListAdapter.java 118 bindViewId(view, cursor, ContactQuery.CONTACT_ID);
ContactEntryListAdapter.java 727 // Whenever bindViewId() is called, the values passed into setId() are stable or
733 protected void bindViewId(final ContactListItemView view, Cursor cursor, int idColumn) {
PhoneNumberListAdapter.java 329 bindViewId(view, cursor, PhoneQuery.PHONE_ID);

Completed in 253 milliseconds