Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListFragment.java82 private static final String KEY_SELECTION_VISIBLE = "selectionVisible"; field in ContactEntryListFragment
266 outState.putBoolean(KEY_SELECTION_VISIBLE, mSelectionVisible); in onSaveInstanceState()
301 mSelectionVisible = savedState.getBoolean(KEY_SELECTION_VISIBLE); in restoreSavedState()