Searched defs:PrintService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/printservice/
H A DPrintService.java109 * #SERVICE_INTERFACE android.printservice.PrintService}. Failure to declare this intent
120 * <action android:name="android.printservice.PrintService" />
139 * <action android:name="android.printservice.PrintService" />
146 * {@link #SERVICE_META_DATA} and <code>&lt;{@link android.R.styleable#PrintService
155 public abstract class PrintService extends Service { class in inherits: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 androi
[all...]

Completed in 24 milliseconds