Home
last modified time | relevance | path

Searched refs:bindNameAndViewId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListAdapter.java191 bindNameAndViewId(view, cursor); in bindView()
198 bindNameAndViewId(view, cursor); in bindView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDefaultContactListAdapter.java200 bindNameAndViewId(view, cursor); in bindView()
DContactListAdapter.java250 protected void bindNameAndViewId(final ContactListItemView view, Cursor cursor) { in bindNameAndViewId() method in ContactListAdapter