Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactBrowseListFragment.java52 private static final String KEY_SELECTION_VERIFIED = "selectionVerified"; field in ContactBrowseListFragment
230 mSelectionVerified = savedState.getBoolean(KEY_SELECTION_VERIFIED); in restoreSavedState()
240 outState.putBoolean(KEY_SELECTION_VERIFIED, mSelectionVerified); in onSaveInstanceState()