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.java188 bindNameAndViewId(view, cursor); in bindView()
195 bindNameAndViewId(view, cursor); in bindView()
DDefaultContactListAdapter.java258 bindNameAndViewId(view, cursor); in bindView()
DContactListAdapter.java273 protected void bindNameAndViewId(final ContactListItemView view, Cursor cursor) { in bindNameAndViewId() method in ContactListAdapter