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

/frameworks/base/core/java/android/printservice/
H A DPrintService.java112 * #SERVICE_INTERFACE android.printservice.PrintService}. Failure to declare this intent
123 * <action android:name="android.printservice.PrintService" />
142 * <action android:name="android.printservice.PrintService" />
149 * {@link #SERVICE_META_DATA} and <code>&lt;{@link android.R.styleable#PrintService
158 public abstract class PrintService extends Service { class in inherits:Service
160 private static final String LOG_TAG = "PrintService";
168 public static final String SERVICE_INTERFACE = "android.printservice.PrintService";
171 * Name under which a {@link PrintService} component publishes additional information
173 * &lt;{@link android.R.styleable#PrintService print-service}&gt;</code> tag. This is
183 * refer to {@link android.R.styleable#PrintService androi
[all...]

Completed in 61 milliseconds