Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPrinterCapabilitiesTest.java352 final PrintAttributes[] layoutAttributes = new PrintAttributes[1]; in testPrinterCapabilityInfo() local
361 layoutAttributes[0] = (PrintAttributes) invocation.getArguments()[1]; in testPrinterCapabilityInfo()
372 writeBlankPages(layoutAttributes[0], fd, pages[0].getStart(), in testPrinterCapabilityInfo()
398 test.accept(layoutAttributes[0]); in testPrinterCapabilityInfo()
417 (layoutAttributes) -> assertEquals(layoutAttributes.getColorMode(), in invalidDefaultColor()
438 (layoutAttributes) -> assertTrue(layoutAttributes.getDuplexMode() == in invalidDefaultDuplexMode()
439 PrintAttributes.DUPLEX_MODE_LONG_EDGE || layoutAttributes.getDuplexMode() == in invalidDefaultDuplexMode()