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

  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalPrintJob.java 22 import android.printservice.PrintJob;
70 LocalPrintJob(BuiltInPrintService printService, Backend backend, PrintJob printJob) {
71 mPrintService = printService;
78 mPrintJob.block(printService.getString(R.string.waiting_to_send));
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java 62 import android.printservice.PrintServiceInfo;
63 import android.printservice.recommendation.IRecommendationsChangeListener;
64 import android.printservice.recommendation.RecommendationInfo;
117 new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
205 public void onAllPrintJobsForServiceHandled(ComponentName printService) {
209 service = mActiveServices.get(printService);
353 RemotePrintService printService = null;
355 printService = mActiveServices.get(printServiceName);
357 if (printService == null)
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 62 import android.printservice.PrintService;
63 import android.printservice.PrintServiceInfo;
824 intent.putExtra(PrintService.EXTRA_PRINT_JOB_INFO, printJobBuilder.build());
825 intent.putExtra(PrintService.EXTRA_PRINTER_INFO, printer);
826 intent.putExtra(PrintService.EXTRA_PRINT_DOCUMENT_INFO,
851 PrintJobInfo printJobInfo = data.getParcelableExtra(PrintService.EXTRA_PRINT_JOB_INFO);
    [all...]

Completed in 1194 milliseconds