Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java188 bindNameAndViewId(view, cursor); in bindView()
195 bindNameAndViewId(view, cursor); in bindView()
H A DDefaultContactListAdapter.java258 bindNameAndViewId(view, cursor); in bindView()
H A DContactListAdapter.java273 protected void bindNameAndViewId(final ContactListItemView view, Cursor cursor) { in bindNameAndViewId() method in ContactListAdapter