HomeSort by relevance Sort by last modified time
    Searched refs:PrintService (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/printservice/
PrintJob.java 17 package android.printservice;
57 PrintService.throwIfNotCalledOnMainThread();
72 PrintService.throwIfNotCalledOnMainThread();
94 PrintService.throwIfNotCalledOnMainThread();
108 PrintService.throwIfNotCalledOnMainThread();
123 PrintService.throwIfNotCalledOnMainThread();
138 PrintService.throwIfNotCalledOnMainThread();
151 PrintService.throwIfNotCalledOnMainThread();
164 PrintService.throwIfNotCalledOnMainThread();
177 PrintService.throwIfNotCalledOnMainThread()
    [all...]
PrintDocument.java 17 package android.printservice;
58 PrintService.throwIfNotCalledOnMainThread();
73 PrintService.throwIfNotCalledOnMainThread();
PrinterDiscoverySession.java 17 package android.printservice;
142 PrintService.throwIfNotCalledOnMainThread();
165 PrintService.throwIfNotCalledOnMainThread();
229 PrintService.throwIfNotCalledOnMainThread();
438 PrintService.throwIfNotCalledOnMainThread();
462 PrintService.throwIfNotCalledOnMainThread();
475 PrintService.throwIfNotCalledOnMainThread();
PrintServiceInfo.java 17 package android.printservice;
39 * This class describes a {@link PrintService}. A print service knows
44 * @see PrintService
112 PrintService.SERVICE_META_DATA);
129 com.android.internal.R.styleable.PrintService);
185 * {@link PrintService#SERVICE_META_DATA meta-data}.</strong>
198 * {@link PrintService#SERVICE_META_DATA meta-data}.</strong>
211 * {@link PrintService#SERVICE_META_DATA meta-data}.</strong>
PrintService.java 17 package android.printservice;
109 * #SERVICE_INTERFACE android.printservice.PrintService}. Failure to declare this intent
120 * &lt;action android:name="android.printservice.PrintService" /&gt;
139 * &lt;action android:name="android.printservice.PrintService" /&gt;
141 * &lt;meta-data android:name="android.printservice" android:resource="@xml/printservice" /&gt;
146 * {@link #SERVICE_META_DATA} and <code>&lt;{@link android.R.styleable#PrintService
    [all...]
  /packages/experimental/PrintService/
Android.mk 9 LOCAL_PACKAGE_NAME := PrintService
  /packages/experimental/PrintService/src/foo/bar/printservice/
CustomPrintOptionsActivity.java 1 package foo.bar.printservice;
13 import android.printservice.PrintService;
27 PrintService.EXTRA_PRINT_JOB_INFO);
50 result.putExtra(PrintService.EXTRA_PRINT_JOB_INFO, newPrintJobInfo);
MyPrintService.java 17 package foo.bar.printservice;
35 import android.printservice.PrintJob;
36 import android.printservice.PrintService;
37 import android.printservice.PrinterDiscoverySession;
53 public class MyPrintService extends PrintService {
  /packages/experimental/PrintService2/src/foo/bar/printservice2/
MyPrintService.java 16 import android.printservice.PrintJob;
17 import android.printservice.PrintService;
32 public class MyPrintService extends PrintService {
  /frameworks/base/services/java/com/android/server/print/
PrintManagerService.java 46 import android.printservice.PrintServiceInfo;
465 Intent intent = new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
UserState.java 50 import android.printservice.PrintServiceInfo;
91 new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
151 public void onAllPrintJobsForServiceHandled(ComponentName printService) {
155 service = mActiveServices.get(printService);
283 RemotePrintService printService = null;
285 printService = mActiveServices.get(printServiceName);
287 if (printService == null) {
290 printService.onRequestCancelPrintJob(printJobInfo);
    [all...]
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 42 import android.printservice.PrintServiceInfo;
186 new Intent(android.printservice.PrintService.SERVICE_INTERFACE),
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java 61 import android.printservice.PrintService;
62 import android.printservice.PrintServiceInfo;
802 PrintService.EXTRA_PRINT_JOB_INFO);
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 382 milliseconds