Home
last modified time | relevance | path

Searched refs:SecondPrintService (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/print/src/android/print/cts/services/
DSecondPrintService.java19 public class SecondPrintService extends StubbablePrintService { class
/cts/tests/tests/print/src/android/print/cts/
DPrintDocumentAdapterContractTest.java42 import android.print.cts.services.SecondPrintService;
67 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testNoPrintOptionsOrPrinterChange()
187 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testNoPrintOptionsOrPrinterChangeCanceled()
280 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testPrintOptionsChangeAndNoPrinterChange()
480 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testPrintOptionsChangeAndPrinterChange()
640 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testPrintOptionsChangeAndNoPrinterChangeAndContentChange()
769 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testNewPrinterSupportsSelectedPrintOptions()
874 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testNothingChangesAllPagesWrittenFirstTime()
1000 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testCancelLongRunningLayout()
1077 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testCancelLongRunningWrite()
[all …]
DPageRangeAdjustmentTest.java40 import android.print.cts.services.SecondPrintService;
93 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testAllPagesWantedAndAllPagesWritten()
198 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testSomePagesWantedAndAllPagesWritten()
313 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testSomePagesWantedAndSomeMorePagesWritten()
426 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testSomePagesWantedAndNotWritten()
533 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testWantedPagesAlreadyWrittenForPreview()
DPrinterDiscoverySessionLifecycleTest.java37 import android.print.cts.services.SecondPrintService;
91 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testNormalLifecycle()
188 SecondPrintService.setCallbacks(createSecondMockPrintServiceCallbacks()); in testStartPrinterDiscoveryWithHistoricalPrinters()
DBasePrintTest.java47 import android.print.cts.services.SecondPrintService;
384 pkgName, SecondPrintService.class.getCanonicalName()); in enablePrintServices()