Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleListEditor.java62 private static final String CFGKEY_REMOVE_DIALOG = "showingLocaleRemoveDialog"; field in LocaleListEditor
127 mShowingRemoveDialog = savedInstanceState.getBoolean(CFGKEY_REMOVE_DIALOG, false); in onViewStateRestored()
141 outState.putBoolean(CFGKEY_REMOVE_DIALOG, mShowingRemoveDialog); in onSaveInstanceState()