Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
DPrintActivity.java33 private static final String PRINT_JOB_NAME = "Test print job"; field in PrintActivity
44 PrintJob printJob = printManager.print(PRINT_JOB_NAME, new PrintDocumentAdapter() { in onStart()
/cts/tests/tests/print/src/android/print/cts/
DPrintDocumentAdapterContractTest.java93 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in noPrintOptionsOrPrinterChange()
256 callback.onLayoutFinished(new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in nonCallingBackWrite()
326 callback.onLayoutFinished(new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in nonChangePrinterWhileNotWritten()
393 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in printOptionsChangeAndNoPrinterChange()
585 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in printCorruptedFile()
664 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in printOptionsChangeAndPrinterChange()
812 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in printOptionsChangeAndNoPrinterChangeAndContentChange()
929 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in newPrinterSupportsSelectedPrintOptions()
1022 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in nothingChangesAllPagesWrittenFirstTime()
1195 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in cancelLongRunningWrite()
[all …]
DPageRangeAdjustmentTest.java173 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in somePagesWantedAndAllPagesWritten()
264 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in somePagesWantedAndSomeMorePagesWritten()
355 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in somePagesWantedAndNotWritten()
441 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in wantedPagesAlreadyWrittenForPreview()
DInteractionBetweenPrintDocumentAndPrinterDiscovery.java128 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME).build(); in printerReappearsWhileCanceling()
DPrinterCapabilitiesChangeTest.java187 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in setUpPrinting()
DCustomPrintOptionsTest.java150 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in setUpServicesAndAdapter()
DPageRangeAdjustAndVerify.java275 new PrintDocumentInfo.Builder(PRINT_JOB_NAME); in adjustPageRangeAndVerifyPages()
DPrinterCapabilitiesTest.java358 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testPrinterCapabilityInfo()
DPrintAttributesTest.java233 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in createMockPrintDocumentAdapter()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java112 protected static final String PRINT_JOB_NAME = "Test"; field in BasePrintTest
726 callback.onLayoutFinished(new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in createDefaultPrintDocumentAdapter()