Searched refs:writeBlankPages (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/print/src/android/print/cts/ |
D | PageRangeAdjustmentTest.java | 120 writeBlankPages(printAttributes[0], fd, 0, PAGE_COUNT - 1); in testAllPagesWantedAndAllPagesWritten() 229 writeBlankPages(printAttributes[0], fd, 0, PAGE_COUNT - 1); in testSomePagesWantedAndAllPagesWritten() 355 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testSomePagesWantedAndSomeMorePagesWritten() 359 writeBlankPages(printAttributes[0], fd, REQUESTED_PAGE - 1, REQUESTED_PAGE); in testSomePagesWantedAndSomeMorePagesWritten() 471 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testSomePagesWantedAndNotWritten() 577 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() 217 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testNoPrintOptionsOrPrinterChangeCanceled() 313 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testPrintOptionsChangeAndNoPrinterChange() 517 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testPrintOptionsChangeAndPrinterChange() 682 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testPrintOptionsChangeAndNoPrinterChangeAndContentChange() 813 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testNewPrinterSupportsSelectedPrintOptions() 923 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd()); in testNothingChangesAllPagesWrittenFirstTime() 1383 writeBlankPages(printAttributes[0], fd, Integer.MAX_VALUE, Integer.MAX_VALUE); in testRequestedPagesNotWritten() 1638 writeBlankPages(printAttributes[0], fd, 0, 0); in testNotEnoughPages() 1702 writeBlankPages(printAttributes[0], fd, 0, 1); in printDocumentInfoBaseTest()
|
D | PrinterCapabilitiesTest.java | 217 writeBlankPages(layoutAttributes[0], fd, pages[0].getStart(), in testCase() 677 writeBlankPages(layoutAttributes[0], fd, pages[0].getStart(), in testPrinterCapabilityInfo()
|
D | PrinterInfoTest.java | 101 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), in createMockPrintDocumentAdapter()
|
D | CustomPrintOptionsTest.java | 192 writeBlankPages(layoutAttributes[0], fd, writtenPages[0].getStart(), in testCase()
|
D | PrintServicesTest.java | 128 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), in createMockPrintDocumentAdapter()
|
D | PrinterDiscoverySessionLifecycleTest.java | 516 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd());
|
D | PrintAttributesTest.java | 254 writeBlankPages(mLayoutAttributes, fd, pages[0].getStart(),
|
D | PrintJobTest.java | 108 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), in createMockPrintDocumentAdapter()
|
D | BasePrintTest.java | 718 protected void writeBlankPages(PrintAttributes constraints, ParcelFileDescriptor output, in writeBlankPages() method in BasePrintTest
|