Home
last modified time | relevance | path

Searched refs:PrintService (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/printservice/
DPrintJob.java71 PrintService.throwIfNotCalledOnMainThread(); in getId()
87 PrintService.throwIfNotCalledOnMainThread(); in getInfo()
110 PrintService.throwIfNotCalledOnMainThread(); in getDocument()
125 PrintService.throwIfNotCalledOnMainThread(); in isQueued()
141 PrintService.throwIfNotCalledOnMainThread(); in isStarted()
157 PrintService.throwIfNotCalledOnMainThread(); in isBlocked()
171 PrintService.throwIfNotCalledOnMainThread(); in isCompleted()
185 PrintService.throwIfNotCalledOnMainThread(); in isFailed()
199 PrintService.throwIfNotCalledOnMainThread(); in isCancelled()
218 PrintService.throwIfNotCalledOnMainThread(); in start()
[all …]
DPrinterDiscoverySession.java144 PrintService.throwIfNotCalledOnMainThread(); in getPrinters()
167 PrintService.throwIfNotCalledOnMainThread(); in addPrinters()
231 PrintService.throwIfNotCalledOnMainThread(); in removePrinters()
456 PrintService.throwIfNotCalledOnMainThread(); in getTrackedPrinters()
480 PrintService.throwIfNotCalledOnMainThread(); in isDestroyed()
493 PrintService.throwIfNotCalledOnMainThread(); in isPrinterDiscoveryStarted()
DPrintDocument.java60 PrintService.throwIfNotCalledOnMainThread(); in getInfo()
75 PrintService.throwIfNotCalledOnMainThread(); in getData()
DPrintService.java161 public abstract class PrintService extends Service { class
575 onRequestCancelPrintJob(new PrintJob(PrintService.this, printJobInfo, mClient));
587 onPrintJobQueued(new PrintJob(PrintService.this, printJobInfo, mClient));
DPrintServiceInfo.java132 PrintService.SERVICE_META_DATA); in create()
149 com.android.internal.R.styleable.PrintService); in create()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
DApprovedPrintServices.java23 import android.printservice.PrintService;
/frameworks/base/core/java/android/printservice/recommendation/
DRecommendationInfo.java24 import android.printservice.PrintService;
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
DRecommendationServiceImpl.java21 import android.printservice.PrintService;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DSelectPrinterActivity.java38 import android.printservice.PrintService;
395 data.getBooleanExtra(PrintService.EXTRA_SELECT_PRINTER, false) && in onActivityResult()
714 fillInIntent.putExtra(PrintService.EXTRA_CAN_SELECT_PRINTER, true);
DPrintActivity.java62 import android.printservice.PrintService;
823 intent.putExtra(PrintService.EXTRA_PRINT_JOB_INFO, printJobBuilder.build()); in startAdvancedPrintOptionsActivity()
824 intent.putExtra(PrintService.EXTRA_PRINTER_INFO, printer); in startAdvancedPrintOptionsActivity()
825 intent.putExtra(PrintService.EXTRA_PRINT_DOCUMENT_INFO, in startAdvancedPrintOptionsActivity()
850 PrintJobInfo printJobInfo = data.getParcelableExtra(PrintService.EXTRA_PRINT_JOB_INFO); in onAdvancedPrintOptionsActivityResult()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java42 import android.printservice.PrintService;
DPrintManagerService.java827 Intent intent = new Intent(android.printservice.PrintService.SERVICE_INTERFACE); in registerBroadcastReceivers()
DUserState.java118 new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto461 message PrintService { message
469 optional PrintService print_service = 44;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java2358 SecureSettingsProto.PrintService.SEARCH_URI); in dumpProtoSecureSettingsLocked()
2361 SecureSettingsProto.PrintService.ENABLED_PRINT_SERVICES); in dumpProtoSecureSettingsLocked()
2364 SecureSettingsProto.PrintService.DISABLED_PRINT_SERVICES); in dumpProtoSecureSettingsLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44699 Landroid/printservice/PrintService$ServiceHandler;->MSG_CREATE_PRINTER_DISCOVERY_SESSION:I
44700 Landroid/printservice/PrintService$ServiceHandler;->MSG_DESTROY_PRINTER_DISCOVERY_SESSION:I
44701 Landroid/printservice/PrintService$ServiceHandler;->MSG_ON_PRINTJOB_QUEUED:I
44702 Landroid/printservice/PrintService$ServiceHandler;->MSG_ON_REQUEST_CANCEL_PRINTJOB:I
44703 Landroid/printservice/PrintService$ServiceHandler;->MSG_REQUEST_CUSTOM_PRINTER_ICON:I
44704 Landroid/printservice/PrintService$ServiceHandler;->MSG_SET_CLIENT:I
44705 Landroid/printservice/PrintService$ServiceHandler;->MSG_START_PRINTER_DISCOVERY:I
44706 Landroid/printservice/PrintService$ServiceHandler;->MSG_START_PRINTER_STATE_TRACKING:I
44707 Landroid/printservice/PrintService$ServiceHandler;->MSG_STOP_PRINTER_DISCOVERY:I
44708 Landroid/printservice/PrintService$ServiceHandler;->MSG_STOP_PRINTER_STATE_TRACKING:I
[all …]
/frameworks/base/core/api/
Dcurrent.txt33235 public abstract class PrintService extends android.app.Service {
33236 ctor public PrintService();
33251 field public static final String SERVICE_INTERFACE = "android.printservice.PrintService";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23178 public abstract class PrintService extends android.app.Service {
23179 ctor public PrintService();
23191 …field public static final java.lang.String SERVICE_INTERFACE = "android.printservice.PrintService";