Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleListEditor.java78 private static final String CFGKEY_REMOVE_DIALOG = "showingLocaleRemoveDialog"; field in LocaleListEditor
163 mShowingRemoveDialog = savedInstanceState.getBoolean(CFGKEY_REMOVE_DIALOG, false); in onViewStateRestored()
191 outState.putBoolean(CFGKEY_REMOVE_DIALOG, mShowingRemoveDialog); in onSaveInstanceState()