Searched refs:PrintService (Results 1 – 19 of 19) 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;
39 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()
21 import android.printservice.PrintService;
42 import android.printservice.PrintService;
887 Intent intent = new Intent(android.printservice.PrintService.SERVICE_INTERFACE); in registerBroadcastReceivers()
118 new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
495 message PrintService { message503 optional PrintService print_service = 44;
2421 SecureSettingsProto.PrintService.SEARCH_URI); in dumpProtoSecureSettingsLocked()2424 SecureSettingsProto.PrintService.ENABLED_PRINT_SERVICES); in dumpProtoSecureSettingsLocked()2427 SecureSettingsProto.PrintService.DISABLED_PRINT_SERVICES); in dumpProtoSecureSettingsLocked()
2010 value: "android.printservice.PrintService"
41378 Landroid/printservice/PrintService$ServiceHandler;->MSG_ON_PRINTJOB_QUEUED:I41381 Landroid/printservice/PrintService$ServiceHandler;->MSG_SET_CLIENT:I41384 Landroid/printservice/PrintService$ServiceHandler;->MSG_STOP_PRINTER_DISCOVERY:I41386 Landroid/printservice/PrintService$ServiceHandler;->MSG_VALIDATE_PRINTERS:I41387 Landroid/printservice/PrintService;->DEBUG:Z41388 Landroid/printservice/PrintService;->LOG_TAG:Ljava/lang/String;41391 Landroid/printservice/PrintService;->mHandler:Landroid/os/Handler;41392 Landroid/printservice/PrintService;->mLastSessionId:I41393 Landroid/printservice/PrintService;->throwIfNotCalledOnMainThread()V44446 Landroid/R$styleable;->PrintService:[I[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
35184 public abstract class PrintService extends android.app.Service {35185 ctor public PrintService();35200 field public static final String SERVICE_INTERFACE = "android.printservice.PrintService";