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

/openjdk7/jdk/test/javax/print/attribute/
H A DServiceDialogTest.java77 services[2] = new TestPrintService("Test Printer");
102 class TestPrintService implements PrintService class in inherits:PrintService
122 public TestPrintService() { method in class:TestPrintService
125 public TestPrintService(String printerName) { method in class:TestPrintService
300 return obj == this || (obj instanceof TestPrintService) && ((TestPrintService)obj).getName().equals(getName());

Completed in 51 milliseconds