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