Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DPostalAddressPickerFragment.java38 setSectionHeaderDisplayEnabled(true); in PostalAddressPickerFragment()
65 adapter.setSectionHeaderDisplayEnabled(true); in createListAdapter()
71 adapter.setSectionHeaderDisplayEnabled(false); in createListAdapter()
DContactPickerFragment.java53 setSectionHeaderDisplayEnabled(true); in ContactPickerFragment()
169 adapter.setSectionHeaderDisplayEnabled(true); in createListAdapter()
176 adapter.setSectionHeaderDisplayEnabled(false); in createListAdapter()
DEmailAddressPickerFragment.java37 setSectionHeaderDisplayEnabled(true); in EmailAddressPickerFragment()
57 adapter.setSectionHeaderDisplayEnabled(true); in createListAdapter()
DDefaultContactBrowseListFragment.java80 setSectionHeaderDisplayEnabled(true); in DefaultContactBrowseListFragment()
101 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled()); in createListAdapter()
DJoinContactListFragment.java101 setSectionHeaderDisplayEnabled(true); in JoinContactListFragment()
DJoinContactListAdapter.java52 setSectionHeaderDisplayEnabled(true); in JoinContactListAdapter()
DMultiSelectContactsListFragment.java267 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled()); in createListAdapter()
/packages/apps/Dialer/src/com/android/dialer/list/
DAllContactsFragment.java76 setSectionHeaderDisplayEnabled(true); in AllContactsFragment()
143 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled()); in createListAdapter()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListFragment.java512 public void setSectionHeaderDisplayEnabled(boolean flag) {
516 mAdapter.setSectionHeaderDisplayEnabled(flag);
599 setSectionHeaderDisplayEnabled(!mSearchMode);
812 mAdapter.setSectionHeaderDisplayEnabled(mSectionHeaderDisplayEnabled);
DIndexerListAdapter.java77 public void setSectionHeaderDisplayEnabled(boolean flag) { in setSectionHeaderDisplayEnabled() method in IndexerListAdapter
DPhoneNumberPickerFragment.java96 setSectionHeaderDisplayEnabled(true); in PhoneNumberPickerFragment()