Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyPhoneNumberListAdapter.java91 bindPhoneNumber(view, cursor); in bindView()
99 protected void bindPhoneNumber(ContactListItemView view, Cursor cursor) { in bindPhoneNumber() method in LegacyPhoneNumberListAdapter
DMultiSelectPhoneNumbersListAdapter.java168 bindPhoneNumber(view, cursor); in bindView()
175 protected void bindPhoneNumber(ContactListItemView view, Cursor cursor) { in bindPhoneNumber() method in MultiSelectPhoneNumbersListAdapter
DPhoneNumberListAdapter.java463 bindPhoneNumber(view, cursor, directory.isDisplayNumber(), position); in bindView()
466 protected void bindPhoneNumber(ContactListItemView view, Cursor cursor, boolean displayNumber, in bindPhoneNumber() method in PhoneNumberListAdapter