Searched refs:CFGKEY_REMOVE_MODE (Results 1 – 1 of 1) sorted by relevance
77 private static final String CFGKEY_REMOVE_MODE = "localeRemoveMode"; field in LocaleListEditor162 mRemoveMode = savedInstanceState.getBoolean(CFGKEY_REMOVE_MODE, false); in onViewStateRestored()190 outState.putBoolean(CFGKEY_REMOVE_MODE, mRemoveMode); in onSaveInstanceState()