Searched refs:KEY_SELECTION_VISIBLE (Results 1 – 1 of 1) sorted by relevance
82 private static final String KEY_SELECTION_VISIBLE = "selectionVisible"; field in ContactEntryListFragment266 outState.putBoolean(KEY_SELECTION_VISIBLE, mSelectionVisible); in onSaveInstanceState()301 mSelectionVisible = savedState.getBoolean(KEY_SELECTION_VISIBLE); in restoreSavedState()