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