Searched refs:KEY_QUICK_CONTACT_ENABLED (Results 1 – 1 of 1) sorted by relevance
73 private static final String KEY_QUICK_CONTACT_ENABLED = "quickContactEnabled"; field in ContactEntryListFragment259 outState.putBoolean(KEY_QUICK_CONTACT_ENABLED, mQuickContactEnabled); in onSaveInstanceState()294 mQuickContactEnabled = savedState.getBoolean(KEY_QUICK_CONTACT_ENABLED); in restoreSavedState()