OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onPrintJobQueued
(Results
1 - 4
of
4
) 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/src/android/print/cts/
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);
Completed in 113 milliseconds