Searched refs:KEY_SECTION_HEADER_DISPLAY_ENABLED (Results 1 – 1 of 1) sorted by relevance
71 private static final String KEY_SECTION_HEADER_DISPLAY_ENABLED = "sectionHeaderDisplayEnabled"; field in ContactEntryListFragment257 outState.putBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED, mSectionHeaderDisplayEnabled); in onSaveInstanceState()292 mSectionHeaderDisplayEnabled = savedState.getBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED); in restoreSavedState()