Home | History | Annotate | Download | only in printservice

Lines Matching defs:PrintService

17 package android.printservice;
115 * #SERVICE_INTERFACE android.printservice.PrintService}. Failure to declare this intent
126 * <action android:name="android.printservice.PrintService" />
145 * <action android:name="android.printservice.PrintService" />
147 * <meta-data android:name="android.printservice" android:resource="@xml/printservice" />
152 * {@link #SERVICE_META_DATA} and <code>&lt;{@link android.R.styleable#PrintService
161 public abstract class PrintService extends Service {
163 private static final String LOG_TAG = "PrintService";
171 public static final String SERVICE_INTERFACE = "android.printservice.PrintService";
174 * Name under which a {@link PrintService} component publishes additional information
176 * &lt;{@link android.R.styleable#PrintService print-service}&gt;</code> tag. This is
186 * refer to {@link android.R.styleable#PrintService android.R.styleable.PrintService}.
197 public static final String SERVICE_META_DATA = "android.printservice";
251 "android.printservice.extra.PRINT_DOCUMENT_INFO";
261 "android.printservice.extra.CAN_SELECT_PRINTER";
271 "android.printservice.extra.SELECT_PRINTER";
575 onRequestCancelPrintJob(new PrintJob(PrintService.this, printJobInfo, mClient));
587 onPrintJobQueued(new PrintJob(PrintService.this, printJobInfo, mClient));