OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindViewId
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
LegacyContactListAdapter.java
88
bindViewId
(view, cursor, PERSON_ID_COLUMN_INDEX);
LegacyPhoneNumberListAdapter.java
93
bindViewId
(view, cursor, PHONE_ID_COLUMN_INDEX);
LegacyPostalAddressListAdapter.java
93
bindViewId
(view, cursor, POSTAL_ID_COLUMN_INDEX);
EmailAddressListAdapter.java
139
bindViewId
(view, cursor, EmailQuery.EMAIL_ID);
PostalAddressListAdapter.java
130
bindViewId
(view, cursor, PostalQuery.POSTAL_ID);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java
274
bindViewId
(view, cursor, ContactQuery.CONTACT_ID);
ContactEntryListAdapter.java
774
// Whenever
bindViewId
() is called, the values passed into setId() are stable or
780
protected void
bindViewId
(final ContactListItemView view, Cursor cursor, int idColumn) {
PhoneNumberListAdapter.java
442
bindViewId
(view, cursor, PhoneQuery.PHONE_ID);
Completed in 139 milliseconds