Home
last modified time | relevance | path

Searched refs:createListAdapter (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DEmailAddressPickerFragment.java49 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in EmailAddressPickerFragment
DPostalAddressPickerFragment.java56 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in PostalAddressPickerFragment
DContactPickerFragment.java151 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in ContactPickerFragment
DJoinContactListFragment.java136 public JoinContactListAdapter createListAdapter() { in createListAdapter() method in JoinContactListFragment
DPhoneNumberPickerFragment.java213 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in PhoneNumberPickerFragment
DContactEntryListFragment.java165 protected abstract T createListAdapter(); in createListAdapter() method in ContactEntryListFragment
721 mAdapter = createListAdapter(); in onCreateView()
DDefaultContactBrowseListFragment.java87 protected ContactListAdapter createListAdapter() { in createListAdapter() method in DefaultContactBrowseListFragment