Home | History | Annotate | Download | only in setup

Lines Matching full:errordialog

252                     if (fm.findFragmentByTag(ErrorDialog.TAG) == null) {
253 ErrorDialog errorDialog = ErrorDialog.newInstance(
256 .add(errorDialog, ErrorDialog.TAG)
791 public static class ErrorDialog extends DialogFragment {
793 public final static String TAG = "ErrorDialog";
796 private final static String ARGS_MESSAGE = "ErrorDialog.Message";
797 private final static String ARGS_EXCEPTION_ID = "ErrorDialog.ExceptionId";
804 public ErrorDialog() {
807 public static ErrorDialog newInstance(Context context, AccountCheckSettingsFragment target,
809 ErrorDialog fragment = new ErrorDialog();