Searched refs:setDuplexMode (Results 1 – 9 of 9) sorted by relevance
155 .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 …]
64 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()
260 additionalAttributesBuilder.setDuplexMode(duplexMode); in testCase()261 newAttributesBuilder.setDuplexMode(duplexMode); in testCase()263 newAttributesBuilder.setDuplexMode(DEFAULT_DUPLEX_MODE); in testCase()
119 builder.setDuplexMode(duplexMode); in createAttributes()
369 attributeBuilder.setDuplexMode(printJob.getAttributes().getDuplexMode());
114 void setDuplexMode(String duplex); in setDuplexMode() method
272 public void setDuplexMode(String duplex) throws TestHelperException { in setDuplexMode() method in DefaultCtsPrintHelper
608 mPrintHelper.setDuplexMode(duplex); in changeDuplex()
34994 method @NonNull public android.print.PrintAttributes.Builder setDuplexMode(int);