Searched refs:onPrintJobQueued (Results 1 – 7 of 7) 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()408 inOrder.verify(firstServiceCallbacks, never()).onPrintJobQueued( in somePagesWantedAndNotWritten()502 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) {
942 Answer<Void> onPrintJobQueued, Answer<Void> onRequestCancelPrintJob) { in createMockPrintServiceCallbacks() argument952 if (onPrintJobQueued != null) { in createMockPrintServiceCallbacks()953 doAnswer(onPrintJobQueued).when(service).onPrintJobQueued(any(PrintJob.class)); in createMockPrintServiceCallbacks()