Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPageRangeAdjustmentTest.java102 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testAllPagesWantedAndAllPagesWritten()
207 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testSomePagesWantedAndAllPagesWritten()
322 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testSomePagesWantedAndSomeMorePagesWritten()
435 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testSomePagesWantedAndNotWritten()
542 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testWantedPagesAlreadyWrittenForPreview()
DPrintDocumentAdapterContractTest.java78 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testNoPrintOptionsOrPrinterChange()
199 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testNoPrintOptionsOrPrinterChangeCanceled()
292 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testPrintOptionsChangeAndNoPrinterChange()
492 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testPrintOptionsChangeAndPrinterChange()
651 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testPrintOptionsChangeAndNoPrinterChangeAndContentChange()
780 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testNewPrinterSupportsSelectedPrintOptions()
885 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testNothingChangesAllPagesWrittenFirstTime()
1085 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testCancelLongRunningWrite()
1253 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testFailedWrite()
1341 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testRequestedPagesNotWritten()
[all …]
DPrinterDiscoverySessionLifecycleTest.java407 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
DBasePrintTest.java83 protected static final String PRINT_JOB_NAME = "Test"; field in BasePrintTest