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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListFragment.java86 private static final String KEY_SELECTION_VISIBLE = "selectionVisible"; field in class:ContactEntryListFragment
247 outState.putBoolean(KEY_SELECTION_VISIBLE, mSelectionVisible);
278 mSelectionVisible = savedState.getBoolean(KEY_SELECTION_VISIBLE);

Completed in 6 milliseconds