ConfirmationCallbackTest.java | 43 int dopt[] = { ConfirmationCallback.YES, field in class:ConfirmationCallbackTest 55 cc = new ConfirmationCallback(mt[i], ot[1], dopt[1]); 67 cc = new ConfirmationCallback(3, ot[1], dopt[1]); 71 cc = new ConfirmationCallback(mt[1], 3, dopt[1]); 88 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[0]); 91 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[1]); 94 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[2]); 98 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[3]); 111 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[0]); 114 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[1]) [all...] |