Searched defs:PrintSpoolerService (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java75 public final class PrintSpoolerService extends Service { class in inherits:Service
77 private static final String LOG_TAG = "PrintSpoolerService";
97 private static PrintSpoolerService sInstance;
107 public static PrintSpoolerService peekInstance() {
120 mNotificationController = new NotificationController(PrintSpoolerService.this);
406 File file = generateFileForPrintJob(PrintSpoolerService.this, printJobId);
467 File file = generateFileForPrintJob(PrintSpoolerService.this, printJobId);
1237 printJobs = PrintSpoolerService.this.getPrintJobInfos(
1249 printJob = PrintSpoolerService.this.getPrintJobInfo(printJobId, appId);
1257 PrintSpoolerService
[all...]

Completed in 151 milliseconds