OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onPrintJobQueued
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
PrintServiceCallbacks.java
37
public abstract void
onPrintJobQueued
(PrintJob printJob);
StubbablePrintService.java
82
public void
onPrintJobQueued
(PrintJob printJob) {
85
callbacks.
onPrintJobQueued
(printJob);
/cts/tests/tests/print/ExternalPrintService/src/android/print/cts/externalservice/
ExternalService.java
78
protected void
onPrintJobQueued
(PrintJob printJob) {
/cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustmentTest.java
142
inOrder.verify(firstServiceCallbacks).
onPrintJobQueued
(
228
inOrder.verify(firstServiceCallbacks).
onPrintJobQueued
(
333
inOrder.verify(firstServiceCallbacks).
onPrintJobQueued
(
408
inOrder.verify(firstServiceCallbacks, never()).
onPrintJobQueued
(
502
inOrder.verify(firstServiceCallbacks).
onPrintJobQueued
(
PrintJobStateTransitionsTest.java
116
void
onPrintJobQueued
(PrintJob printJob) throws Throwable;
134
printJobTest.
onPrintJobQueued
(printJob);
PrintJobTest.java
115
void
onPrintJobQueued
(PrintJob printJob) throws Throwable;
133
printJobTest.
onPrintJobQueued
(printJob);
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java
437
"Did not get expected call to
onPrintJobQueued
.");
[
all
...]
Completed in 995 milliseconds