Home
last modified time | relevance | path

Searched refs:getPrinterType (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmCalls.java69 if (p.getPrinterType() != null) in debugShowPrinter()
71 p.getPrinterType()); in debugShowPrinter()
H A DpmInstallPrinter.java831 String type = workingPrinter.getPrinterType(); in setPrinterType()
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinterDebug.java47 Debug.message("SVR: \tType:\t\t" + p.getPrinterType()); in printObj()
H A DDoPrinterMod.java166 if (!strings_equal(curr.getPrinterType(), p.getPrinterType())) in modifyLocal()
167 printertype = p.getPrinterType(); in modifyLocal()
H A DPrinter.java403 public String getPrinterType() in getPrinterType() method in Printer
H A DTest.java327 System.out.println("Type: " + p.getPrinterType()); in printView()
H A DDoPrinterAdd.java119 String printertype = p.getPrinterType(); in addLocal()