Home
last modified time | relevance | path

Searched refs:colorMode (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/print/src/android/print/cts/
DCustomPrintOptionsTest.java129 final Integer colorMode, final Integer duplexMode, final Resolution resolution) in testCase() argument
228 if (colorMode != null) { in testCase()
229 additionalAttributesBuilder.setColorMode(colorMode); in testCase()
230 newAttributesBuilder.setColorMode(colorMode); in testCase()
267 if (mediaSize != null || colorMode != null || duplexMode != null in testCase()
DPrintAttributesTest.java94 private PrintAttributes createAttributes(MediaSize mediaSize, int colorMode, int duplexMode, in createAttributes() argument
96 if (mediaSize == null && colorMode == 0 && duplexMode == 0 && resolution == null) { in createAttributes()
106 if (colorMode != 0) { in createAttributes()
107 builder.setColorMode(colorMode); in createAttributes()