Searched refs:KEY_CREATE_CONTACT_ENABLED (Results 1 – 1 of 1) sorted by relevance
38 private static final String KEY_CREATE_CONTACT_ENABLED = "createContactEnabled"; field in ContactPickerFragment74 outState.putBoolean(KEY_CREATE_CONTACT_ENABLED, mCreateContactEnabled); in onSaveInstanceState()87 mCreateContactEnabled = savedState.getBoolean(KEY_CREATE_CONTACT_ENABLED); in restoreSavedState()