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