Searched defs:actionName (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java88 String actionName = null; field in class:pmInstallPrinter
120 actionName =
133 actionName = pmUtility.getResource("New.Network.Printer");
201 actionName = pmUtility.getResource("Modify.Printer.Properties");
237 actionName = pmUtility.getResource("Modify.Printer.Properties");
269 actionName = pmUtility.getResource("Modify.Printer.Properties");
1657 myTop.showLogData(actionName);
H A DpmTop.java1126 void showLogData(String actionName) { argument
1128 // Debug.info("CLNT: showLogData():actionName: " + actionName);
1134 addToCommandLog(actionName + "\n");

Completed in 59 milliseconds