Searched refs:ERROR_DIALOG_RESET (Results 1 – 4 of 4) sorted by relevance
64 @VisibleForTesting static final String ERROR_DIALOG_RESET = "ErrorDialogReset"; field in AbstractProvisioningActivity120 || isDialogAdded(ERROR_DIALOG_RESET) in isAnyDialogAdded()155 showDialog(dialogBuilder, resetRequired ? ERROR_DIALOG_RESET : ERROR_DIALOG_OK); in error()197 case ERROR_DIALOG_RESET: in onPositiveButtonClick()
25 …tatic com.android.managedprovisioning.provisioning.AbstractProvisioningActivity.ERROR_DIALOG_RESET;148 final Fragment dialog = activity.getFragmentManager().findFragmentByTag(ERROR_DIALOG_RESET); in error_factoryReset_showsDialogue()160 final Fragment dialog = activity.getFragmentManager().findFragmentByTag(ERROR_DIALOG_RESET); in error_factoryReset_resets()
96 private static final String ERROR_DIALOG_RESET = "ErrorDialogReset"; field in PreProvisioningActivity361 case ERROR_DIALOG_RESET:498 showDialog(dialogBuilder, ERROR_DIALOG_RESET);
47 private static final String ERROR_DIALOG_RESET = "ErrorDialogReset"; field in CarPreProvisioningActivity