Searched refs:printertype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinter.java41 private String printertype = null; field in class:Printer
313 printertype = arg;
405 return (printertype);
H A DDoPrinterMod.java135 String printertype = null;
167 printertype = p.getPrinterType();
273 if ((printertype == null) &&
315 if ((printertype == null) &&
431 if (printertype != null)
432 cmd = cmd.concat(" -T " + printertype);
H A DDoPrinterAdd.java119 String printertype = p.getPrinterType();
172 if (printertype != null)
173 cmd = cmd.concat(" -T " + printertype);
H A DDoPrinterView.java178 String printertype = null;
258 printertype = getToken(o, "Printer types:");
425 p.setPrinterType(printertype);
H A DTest.java38 * printertype=
99 String printertype = getToken(o, "printertype=");
206 p.setPrinterType(printertype);

Completed in 47 milliseconds