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