Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPageRangeAdjustmentTest.java118 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()
DPrintDocumentAdapterContractTest.java94 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()
DPrinterDiscoverySessionLifecycleTest.java423 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd());
DBasePrintTest.java493 protected void writeBlankPages(PrintAttributes constraints, ParcelFileDescriptor output, in writeBlankPages() method in BasePrintTest