Searched refs:KEY_SELECTION_VERIFIED (Results 1 – 1 of 1) sorted by relevance
57 private static final String KEY_SELECTION_VERIFIED = "selectionVerified"; field in ContactBrowseListFragment233 mSelectionVerified = savedState.getBoolean(KEY_SELECTION_VERIFIED); in restoreSavedState()243 outState.putBoolean(KEY_SELECTION_VERIFIED, mSelectionVerified); in onSaveInstanceState()