Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPrintDocumentAdapterContractTest.java155 .setDuplexMode(PrintAttributes.DUPLEX_MODE_NONE) in noPrintOptionsOrPrinterChange()
174 .setDuplexMode(PrintAttributes.DUPLEX_MODE_LONG_EDGE) in noPrintOptionsOrPrinterChange()
226 .setDuplexMode(PrintAttributes.DUPLEX_MODE_NONE) in noPrintOptionsOrPrinterChangeCanceled()
482 .setDuplexMode(PrintAttributes.DUPLEX_MODE_NONE) in printOptionsChangeAndNoPrinterChange()
501 .setDuplexMode(PrintAttributes.DUPLEX_MODE_LONG_EDGE) in printOptionsChangeAndNoPrinterChange()
514 .setDuplexMode(PrintAttributes.DUPLEX_MODE_LONG_EDGE) in printOptionsChangeAndNoPrinterChange()
527 .setDuplexMode(PrintAttributes.DUPLEX_MODE_LONG_EDGE) in printOptionsChangeAndNoPrinterChange()
540 .setDuplexMode(PrintAttributes.DUPLEX_MODE_LONG_EDGE) in printOptionsChangeAndNoPrinterChange()
553 .setDuplexMode(PrintAttributes.DUPLEX_MODE_SHORT_EDGE) in printOptionsChangeAndNoPrinterChange()
742 .setDuplexMode(PrintAttributes.DUPLEX_MODE_NONE) in printOptionsChangeAndPrinterChange()
[all …]
DClassParametersTest.java64 assertException(() -> (new PrintAttributes.Builder()).setDuplexMode(-1), in illegalPrintAttributesDuplexMode()
66 assertException(() -> (new PrintAttributes.Builder()).setDuplexMode(0), in illegalPrintAttributesDuplexMode()
68 assertException(() -> (new PrintAttributes.Builder()).setDuplexMode( in illegalPrintAttributesDuplexMode()
DCustomPrintOptionsTest.java260 additionalAttributesBuilder.setDuplexMode(duplexMode); in testCase()
261 newAttributesBuilder.setDuplexMode(duplexMode); in testCase()
263 newAttributesBuilder.setDuplexMode(DEFAULT_DUPLEX_MODE); in testCase()
DPrintAttributesTest.java119 builder.setDuplexMode(duplexMode); in createAttributes()
DPrintJobTest.java369 attributeBuilder.setDuplexMode(printJob.getAttributes().getDuplexMode());
/cts/libs/helpers/interfaces/src/com/android/cts/helpers/
DICtsPrintHelper.java114 void setDuplexMode(String duplex); in setDuplexMode() method
/cts/helpers/default/src/com/android/cts/helpers/aosp/
DDefaultCtsPrintHelper.java272 public void setDuplexMode(String duplex) throws TestHelperException { in setDuplexMode() method in DefaultCtsPrintHelper
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java608 mPrintHelper.setDuplexMode(duplex); in changeDuplex()