Home | History | Annotate | Download | only in printservice

Lines Matching defs:PrintService

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
155 public abstract class PrintService extends Service {
157 private static final String LOG_TAG = "PrintService";
165 public static final String SERVICE_INTERFACE = "android.printservice.PrintService";
168 * Name under which a {@link PrintService} component publishes additional information
170 * &lt;{@link android.R.styleable#PrintService print-service}&gt;</code> tag. This is
180 * refer to {@link android.R.styleable#PrintService android.R.styleable.PrintService}.
191 public static final String SERVICE_META_DATA = "android.printservice";