HomeSort by relevance Sort by last modified time
    Searched defs:onRequestCancelPrintJob (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
PrintServiceCallbacks.java 35 public abstract void onRequestCancelPrintJob(PrintJob printJob);
StubbablePrintService.java 74 public void onRequestCancelPrintJob(PrintJob printJob) {
77 callbacks.onRequestCancelPrintJob(printJob);

Completed in 340 milliseconds