Lines Matching defs:print

17 package com.android.server.print;
47 import android.print.IPrintDocumentAdapter;
48 import android.print.IPrintJobStateChangeListener;
49 import android.print.IPrintManager;
50 import android.print.IPrintServicesChangeListener;
51 import android.print.IPrinterDiscoveryObserver;
52 import android.print.PrintAttributes;
53 import android.print.PrintJobId;
54 import android.print.PrintJobInfo;
55 import android.print.PrintManager;
56 import android.print.PrinterId;
61 import android.service.print.PrintServiceDumpProto;
138 public Bundle print(String printJobName, IPrintDocumentAdapter adapter,
176 // Only the current group members can start new print jobs.
186 return userState.print(printJobName, adapter, attributes,
199 // Only the current group members can query for state of print jobs.
224 // Only the current group members can query for state of a print job.
270 // Only the current group members can cancel a print job.
296 // Only the current group members can restart a print job.
321 // Only the current group members can get print services.
344 throw new SecurityException("Only system and print spooler can call this");
376 // Only the current group members can get print service recommendations.
553 // Only the current group members can add a print job listener.
576 // Only the current group members can remove a print job listener.
600 // Only the current group members can add a print services listener.
624 // Only the current group members can remove a print services change listener.
649 // Only the current group members can add a print service recommendations listener.
673 // Only the current group members can remove a print service recommendations
723 pw.println("PRINT MANAGER STATE (dumpsys print)");
817 * Checks if the package contains a print service.
821 * @return true iff the package contains a print service
836 * Checks if there is a print service currently registered for this package.
841 * @return true iff the package contained (and might still contain) a print service
906 // A background user/profile's print jobs are running but there is
908 // to handle it as the change may affect ongoing print jobs.
983 // This code will touch the remote print spooler which
997 // now is the time to remove obsolete print jobs since they
1005 // This code will touch the remote print spooler which