Searched refs:CFGKEY_REMOVE_DIALOG (Results 1 – 1 of 1) sorted by relevance
78 private static final String CFGKEY_REMOVE_DIALOG = "showingLocaleRemoveDialog"; field in LocaleListEditor163 mShowingRemoveDialog = savedInstanceState.getBoolean(CFGKEY_REMOVE_DIALOG, false); in onViewStateRestored()191 outState.putBoolean(CFGKEY_REMOVE_DIALOG, mShowingRemoveDialog); in onSaveInstanceState()