Searched refs:onPrintJobQueued (Results 1 – 9 of 9) sorted by relevance
82 public void onPrintJobQueued(PrintJob printJob) { in onPrintJobQueued() method in StubbablePrintService85 callbacks.onPrintJobQueued(printJob); in onPrintJobQueued()
37 public abstract void onPrintJobQueued(PrintJob printJob); in onPrintJobQueued() method in PrintServiceCallbacks
142 inOrder.verify(firstServiceCallbacks).onPrintJobQueued( in allPagesWantedAndAllPagesWritten()228 inOrder.verify(firstServiceCallbacks).onPrintJobQueued( in somePagesWantedAndAllPagesWritten()333 inOrder.verify(firstServiceCallbacks).onPrintJobQueued( in somePagesWantedAndSomeMorePagesWritten()407 inOrder.verify(firstServiceCallbacks, never()).onPrintJobQueued( in somePagesWantedAndNotWritten()501 inOrder.verify(firstServiceCallbacks).onPrintJobQueued( in wantedPagesAlreadyWrittenForPreview()
116 void onPrintJobQueued(PrintJob printJob) throws Throwable; in onPrintJobQueued() method134 printJobTest.onPrintJobQueued(printJob); in createFirstMockPrinterServiceCallbacks()
115 void onPrintJobQueued(PrintJob printJob) throws Throwable; in onPrintJobQueued() method133 printJobTest.onPrintJobQueued(printJob); in createFirstMockPrinterServiceCallbacks()
78 protected void onPrintJobQueued(PrintJob printJob) {
49 protected void onPrintJobQueued(PrintJob printJob) {} in onPrintJobQueued() method in TestPrintService
795 Answer<Void> onPrintJobQueued, Answer<Void> onRequestCancelPrintJob) { in createMockPrintServiceCallbacks() argument805 if (onPrintJobQueued != null) { in createMockPrintServiceCallbacks()806 doAnswer(onPrintJobQueued).when(service).onPrintJobQueued(any(PrintJob.class)); in createMockPrintServiceCallbacks()
35339 method protected abstract void onPrintJobQueued(android.printservice.PrintJob);