Home
last modified time | relevance | path

Searched refs:setSectionHeaderDisplayEnabled (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DPostalAddressPickerFragment.java35 setSectionHeaderDisplayEnabled(true); in PostalAddressPickerFragment()
59 adapter.setSectionHeaderDisplayEnabled(true); in createListAdapter()
65 adapter.setSectionHeaderDisplayEnabled(false); in createListAdapter()
DEmailAddressPickerFragment.java34 setSectionHeaderDisplayEnabled(true); in EmailAddressPickerFragment()
51 adapter.setSectionHeaderDisplayEnabled(true); in createListAdapter()
DContactPickerFragment.java48 setSectionHeaderDisplayEnabled(true); in ContactPickerFragment()
156 adapter.setSectionHeaderDisplayEnabled(true); in createListAdapter()
162 adapter.setSectionHeaderDisplayEnabled(false); in createListAdapter()
DContactEntryListFragment.java503 public void setSectionHeaderDisplayEnabled(boolean flag) { in setSectionHeaderDisplayEnabled() method in ContactEntryListFragment
507 mAdapter.setSectionHeaderDisplayEnabled(flag); in setSectionHeaderDisplayEnabled()
598 setSectionHeaderDisplayEnabled(!mSearchMode); in setSearchMode()
801 mAdapter.setSectionHeaderDisplayEnabled(mSectionHeaderDisplayEnabled); in configureAdapter()
DDefaultContactBrowseListFragment.java72 setSectionHeaderDisplayEnabled(true); in DefaultContactBrowseListFragment()
89 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled()); in createListAdapter()
DJoinContactListFragment.java96 setSectionHeaderDisplayEnabled(true); in JoinContactListFragment()
DJoinContactListAdapter.java48 setSectionHeaderDisplayEnabled(true); in JoinContactListAdapter()
DPhoneNumberPickerFragment.java82 setSectionHeaderDisplayEnabled(true); in PhoneNumberPickerFragment()
DPhoneFavoriteFragment.java294 mAllContactsAdapter.setSectionHeaderDisplayEnabled(true); in onAttach()
/packages/apps/Contacts/src/com/android/contacts/widget/
DIndexerListAdapter.java87 public void setSectionHeaderDisplayEnabled(boolean flag) { in setSectionHeaderDisplayEnabled() method in IndexerListAdapter