Searched refs:writeBlankPages (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/print/src/android/print/cts/ |
D | PageRangeAdjustmentTest.java | 118 writeBlankPages(printAttributes[0], fd, 0, 99); in testAllPagesWantedAndAllPagesWritten() 224 writeBlankPages(printAttributes[0], fd, 0, 99); in testSomePagesWantedAndAllPagesWritten() 345 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testSomePagesWantedAndSomeMorePagesWritten() 349 writeBlankPages(printAttributes[0], fd, 59, 60); in testSomePagesWantedAndSomeMorePagesWritten() 457 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testSomePagesWantedAndNotWritten() 563 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testWantedPagesAlreadyWrittenForPreview()
|
D | PrintDocumentAdapterContractTest.java | 94 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testNoPrintOptionsOrPrinterChange() 213 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testNoPrintOptionsOrPrinterChangeCanceled() 308 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testPrintOptionsChangeAndNoPrinterChange() 508 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testPrintOptionsChangeAndPrinterChange() 668 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testPrintOptionsChangeAndNoPrinterChangeAndContentChange() 795 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testNewPrinterSupportsSelectedPrintOptions() 901 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testNothingChangesAllPagesWrittenFirstTime() 1354 writeBlankPages(printAttributes[0], fd, Integer.MAX_VALUE, Integer.MAX_VALUE); in testRequestedPagesNotWritten()
|
D | PrinterDiscoverySessionLifecycleTest.java | 423 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd());
|
D | BasePrintTest.java | 493 protected void writeBlankPages(PrintAttributes constraints, ParcelFileDescriptor output, in writeBlankPages() method in BasePrintTest
|