Searched refs:ERROR_DIALOG_OK (Results 1 – 2 of 2) sorted by relevance
76 @VisibleForTesting static final String ERROR_DIALOG_OK = "ErrorDialogOk"; field in AbstractProvisioningActivity133 return isDialogAdded(ERROR_DIALOG_OK) in isAnyDialogAdded()183 showDialog(dialogBuilder, resetRequired ? ERROR_DIALOG_RESET : ERROR_DIALOG_OK); in error()202 showDialog(dialogBuilder, resetRequired ? ERROR_DIALOG_RESET : ERROR_DIALOG_OK); in error()244 case ERROR_DIALOG_OK: in onPositiveButtonClick()
23 …t static com.android.managedprovisioning.provisioning.AbstractProvisioningActivity.ERROR_DIALOG_OK;123 final Fragment dialog = activity.getFragmentManager().findFragmentByTag(ERROR_DIALOG_OK); in error_noFactoryReset_showsDialogue()133 final Fragment dialog = activity.getFragmentManager().findFragmentByTag(ERROR_DIALOG_OK); in error_noFactoryReset_doesNotReset()