Searched refs:duplexMode (Results 1 – 2 of 2) sorted by relevance
129 final Integer colorMode, final Integer duplexMode, final Resolution resolution) in testCase() argument235 if (duplexMode != null) { in testCase()236 additionalAttributesBuilder.setDuplexMode(duplexMode); in testCase()237 newAttributesBuilder.setDuplexMode(duplexMode); in testCase()267 if (mediaSize != null || colorMode != null || duplexMode != null in testCase()
94 private PrintAttributes createAttributes(MediaSize mediaSize, int colorMode, int duplexMode, in createAttributes() argument96 if (mediaSize == null && colorMode == 0 && duplexMode == 0 && resolution == null) { in createAttributes()110 if (duplexMode != 0) { in createAttributes()111 builder.setDuplexMode(duplexMode); in createAttributes()