HomeSort by relevance Sort by last modified time
    Searched defs:printservice (Results 1 - 12 of 12) sorted by null

  /packages/experimental/PrintService/src/foo/bar/printservice/
AddPrintersActivity.java 1 package foo.bar.printservice;
SettingsActivity.java 1 package foo.bar.printservice;
MyDialogActivity.java 1 package 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 {
  /frameworks/base/core/java/android/printservice/
PrintDocument.java 17 package android.printservice;
58 PrintService.throwIfNotCalledOnMainThread();
73 PrintService.throwIfNotCalledOnMainThread();
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...]
PrintService.java 17 package android.printservice;
109 * #SERVICE_INTERFACE android.printservice.PrintService}. Failure to declare this intent
120 * <action android:name="android.printservice.PrintService" />
139 * <action android:name="android.printservice.PrintService" />
141 * <meta-data android:name="android.printservice" android:resource="@xml/printservice" />
146 * {@link #SERVICE_META_DATA} and <code>&lt;{@link android.R.styleable#PrintService
    [all...]
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>
PrinterDiscoverySession.java 17 package android.printservice;
142 PrintService.throwIfNotCalledOnMainThread();
165 PrintService.throwIfNotCalledOnMainThread();
229 PrintService.throwIfNotCalledOnMainThread();
438 PrintService.throwIfNotCalledOnMainThread();
462 PrintService.throwIfNotCalledOnMainThread();
475 PrintService.throwIfNotCalledOnMainThread();
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 135 milliseconds