Searched refs:EXTRA_RESET_DIALOG (Results 1 – 1 of 1) sorted by relevance
50 private static final String EXTRA_RESET_DIALOG = "resetDialog"; field in ResetAppsHelper75 if (savedInstanceState != null && savedInstanceState.getBoolean(EXTRA_RESET_DIALOG)) { in onRestoreInstanceState()82 outState.putBoolean(EXTRA_RESET_DIALOG, true); in onSaveInstanceState()