HomeSort by relevance Sort by last modified time
    Searched refs:setSectionHeaderDisplayEnabled (Results 1 - 10 of 10) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressPickerFragment.java 34 setSectionHeaderDisplayEnabled(true);
51 adapter.setSectionHeaderDisplayEnabled(true);
PostalAddressPickerFragment.java 35 setSectionHeaderDisplayEnabled(true);
59 adapter.setSectionHeaderDisplayEnabled(true);
65 adapter.setSectionHeaderDisplayEnabled(false);
ContactPickerFragment.java 48 setSectionHeaderDisplayEnabled(true);
156 adapter.setSectionHeaderDisplayEnabled(true);
162 adapter.setSectionHeaderDisplayEnabled(false);
ContactEntryListFragment.java 508 public void setSectionHeaderDisplayEnabled(boolean flag) {
512 mAdapter.setSectionHeaderDisplayEnabled(flag);
603 setSectionHeaderDisplayEnabled(!mSearchMode);
808 mAdapter.setSectionHeaderDisplayEnabled(mSectionHeaderDisplayEnabled);
JoinContactListFragment.java 92 setSectionHeaderDisplayEnabled(true);
DefaultContactBrowseListFragment.java 70 setSectionHeaderDisplayEnabled(true);
87 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled());
JoinContactListAdapter.java 49 setSectionHeaderDisplayEnabled(true);
PhoneNumberPickerFragment.java 73 setSectionHeaderDisplayEnabled(true);
PhoneFavoriteFragment.java 297 mAllContactsAdapter.setSectionHeaderDisplayEnabled(true);
  /packages/apps/Contacts/src/com/android/contacts/widget/
IndexerListAdapter.java 87 public void setSectionHeaderDisplayEnabled(boolean flag) {

Completed in 281 milliseconds