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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java75 String olddevice = null; field in class:pmInstallPrinter
1716 if (olddevice == null)
1719 portCombo.setSelectedItem(olddevice);
1721 if (olddevice == null)
1724 portCombo.setSelectedItem(olddevice);
1732 if (olddevice == null)
1735 portCombo.setSelectedItem(olddevice);
1738 olddevice = (String)portCombo.getSelectedItem();
1748 makemodel = PrinterUtil.getProbePrinter(olddevice);

Completed in 46 milliseconds