Searched refs:PRINT_JOB_NAME (Results 1 – 10 of 10) sorted by relevance
33 private static final String PRINT_JOB_NAME = "Test print job"; field in PrintActivity44 PrintJob printJob = printManager.print(PRINT_JOB_NAME, new PrintDocumentAdapter() { in onStart()
92 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in noPrintOptionsOrPrinterChange()259 callback.onLayoutFinished(new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in nonCallingBackWrite()330 callback.onLayoutFinished(new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in nonChangePrinterWhileNotWritten()400 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in printOptionsChangeAndNoPrinterChange()595 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in printCorruptedFile()677 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in printOptionsChangeAndPrinterChange()828 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in printOptionsChangeAndNoPrinterChangeAndContentChange()948 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in newPrinterSupportsSelectedPrintOptions()1044 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in nothingChangesAllPagesWrittenFirstTime()1221 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in cancelLongRunningWrite()[all …]
173 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()442 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in wantedPagesAlreadyWrittenForPreview()
128 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME).build(); in printerReappearsWhileCanceling()
187 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in setUpPrinting()
163 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in setUpServicesAndAdapter()
275 new PrintDocumentInfo.Builder(PRINT_JOB_NAME); in adjustPageRangeAndVerifyPages()
358 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in testPrinterCapabilityInfo()
233 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in createMockPrintDocumentAdapter()
118 protected static final String PRINT_JOB_NAME = "Test"; field in BasePrintTest873 callback.onLayoutFinished(new PrintDocumentInfo.Builder(PRINT_JOB_NAME) in createDefaultPrintDocumentAdapter()