Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPageRangeAdjustmentTest.java120 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()
DPrintDocumentAdapterContractTest.java94 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()
DPrinterCapabilitiesTest.java217 writeBlankPages(layoutAttributes[0], fd, pages[0].getStart(), in testCase()
677 writeBlankPages(layoutAttributes[0], fd, pages[0].getStart(), in testPrinterCapabilityInfo()
DPrinterInfoTest.java101 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), in createMockPrintDocumentAdapter()
DCustomPrintOptionsTest.java192 writeBlankPages(layoutAttributes[0], fd, writtenPages[0].getStart(), in testCase()
DPrintServicesTest.java128 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), in createMockPrintDocumentAdapter()
DPrinterDiscoverySessionLifecycleTest.java516 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), pages[0].getEnd());
DPrintAttributesTest.java254 writeBlankPages(mLayoutAttributes, fd, pages[0].getStart(),
DPrintJobTest.java108 writeBlankPages(printAttributes[0], fd, pages[0].getStart(), in createMockPrintDocumentAdapter()
DBasePrintTest.java718 protected void writeBlankPages(PrintAttributes constraints, ParcelFileDescriptor output, in writeBlankPages() method in BasePrintTest