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