Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/printservice/
H A 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 …]
H A 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()
H A DPrintDocument.java60 PrintService.throwIfNotCalledOnMainThread(); in getInfo()
75 PrintService.throwIfNotCalledOnMainThread(); in getData()
H A 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));
H A DPrintServiceInfo.java132 PrintService.SERVICE_META_DATA); in create()
149 com.android.internal.R.styleable.PrintService); in create()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DApprovedPrintServices.java23 import android.printservice.PrintService;
/aosp14/frameworks/base/core/java/android/printservice/recommendation/
H A DRecommendationInfo.java24 import android.printservice.PrintService;
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java39 import android.printservice.PrintService;
395 data.getBooleanExtra(PrintService.EXTRA_SELECT_PRINTER, false) && in onActivityResult()
714 fillInIntent.putExtra(PrintService.EXTRA_CAN_SELECT_PRINTER, true);
H A 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()
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DRecommendationServiceImpl.java21 import android.printservice.PrintService;
/aosp14/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java42 import android.printservice.PrintService;
H A DPrintManagerService.java887 Intent intent = new Intent(android.printservice.PrintService.SERVICE_INTERFACE); in registerBroadcastReceivers()
H A DUserState.java118 new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dsecure.proto495 message PrintService { message
503 optional PrintService print_service = 44;
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2421 SecureSettingsProto.PrintService.SEARCH_URI); in dumpProtoSecureSettingsLocked()
2424 SecureSettingsProto.PrintService.ENABLED_PRINT_SERVICES); in dumpProtoSecureSettingsLocked()
2427 SecureSettingsProto.PrintService.DISABLED_PRINT_SERVICES); in dumpProtoSecureSettingsLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_full_proto.txt2010 value: "android.printservice.PrintService"
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41378 Landroid/printservice/PrintService$ServiceHandler;->MSG_ON_PRINTJOB_QUEUED:I
41381 Landroid/printservice/PrintService$ServiceHandler;->MSG_SET_CLIENT:I
41384 Landroid/printservice/PrintService$ServiceHandler;->MSG_STOP_PRINTER_DISCOVERY:I
41386 Landroid/printservice/PrintService$ServiceHandler;->MSG_VALIDATE_PRINTERS:I
41387 Landroid/printservice/PrintService;->DEBUG:Z
41388 Landroid/printservice/PrintService;->LOG_TAG:Ljava/lang/String;
41391 Landroid/printservice/PrintService;->mHandler:Landroid/os/Handler;
41392 Landroid/printservice/PrintService;->mLastSessionId:I
41393 Landroid/printservice/PrintService;->throwIfNotCalledOnMainThread()V
44446 Landroid/R$styleable;->PrintService:[I
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt35184 public abstract class PrintService extends android.app.Service {
35185 ctor public PrintService();
35200 field public static final String SERVICE_INTERFACE = "android.printservice.PrintService";