Searched refs:KEY_SECTION_HEADER_DISPLAY_ENABLED (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListFragment.java77 private static final String KEY_SECTION_HEADER_DISPLAY_ENABLED = "sectionHeaderDisplayEnabled"; field in class:ContactEntryListFragment
239 outState.putBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED, mSectionHeaderDisplayEnabled);
270 mSectionHeaderDisplayEnabled = savedState.getBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED);

Completed in 54 milliseconds