Searched refs:PrintService (Results 1 – 18 of 18) sorted by relevance
71 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 …]
144 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()
60 PrintService.throwIfNotCalledOnMainThread(); in getInfo()75 PrintService.throwIfNotCalledOnMainThread(); in getData()
161 public abstract class PrintService extends Service { class575 onRequestCancelPrintJob(new PrintJob(PrintService.this, printJobInfo, mClient));587 onPrintJobQueued(new PrintJob(PrintService.this, printJobInfo, mClient));
132 PrintService.SERVICE_META_DATA); in create()149 com.android.internal.R.styleable.PrintService); in create()
23 import android.printservice.PrintService;
24 import android.printservice.PrintService;
21 import android.printservice.PrintService;
38 import android.printservice.PrintService;395 data.getBooleanExtra(PrintService.EXTRA_SELECT_PRINTER, false) && in onActivityResult()714 fillInIntent.putExtra(PrintService.EXTRA_CAN_SELECT_PRINTER, true);
62 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()
42 import android.printservice.PrintService;
827 Intent intent = new Intent(android.printservice.PrintService.SERVICE_INTERFACE); in registerBroadcastReceivers()
118 new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
461 message PrintService { message469 optional PrintService print_service = 44;
2358 SecureSettingsProto.PrintService.SEARCH_URI); in dumpProtoSecureSettingsLocked()2361 SecureSettingsProto.PrintService.ENABLED_PRINT_SERVICES); in dumpProtoSecureSettingsLocked()2364 SecureSettingsProto.PrintService.DISABLED_PRINT_SERVICES); in dumpProtoSecureSettingsLocked()
44699 Landroid/printservice/PrintService$ServiceHandler;->MSG_CREATE_PRINTER_DISCOVERY_SESSION:I44700 Landroid/printservice/PrintService$ServiceHandler;->MSG_DESTROY_PRINTER_DISCOVERY_SESSION:I44701 Landroid/printservice/PrintService$ServiceHandler;->MSG_ON_PRINTJOB_QUEUED:I44702 Landroid/printservice/PrintService$ServiceHandler;->MSG_ON_REQUEST_CANCEL_PRINTJOB:I44703 Landroid/printservice/PrintService$ServiceHandler;->MSG_REQUEST_CUSTOM_PRINTER_ICON:I44704 Landroid/printservice/PrintService$ServiceHandler;->MSG_SET_CLIENT:I44705 Landroid/printservice/PrintService$ServiceHandler;->MSG_START_PRINTER_DISCOVERY:I44706 Landroid/printservice/PrintService$ServiceHandler;->MSG_START_PRINTER_STATE_TRACKING:I44707 Landroid/printservice/PrintService$ServiceHandler;->MSG_STOP_PRINTER_DISCOVERY:I44708 Landroid/printservice/PrintService$ServiceHandler;->MSG_STOP_PRINTER_STATE_TRACKING:I[all …]
33235 public abstract class PrintService extends android.app.Service {33236 ctor public PrintService();33251 field public static final String SERVICE_INTERFACE = "android.printservice.PrintService";
23178 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";