File
Doc
Category
Size
Date
Package
PrintService.java
API Doc
Android 5.1 API
1436
Sat Mar 14 14:09:32 GMT 2015
android.printservice
PrintService
java.lang.Object
android.app.Service
public abstract class PrintService extends android.app.Service
Fields Summary
public static final String
EXTRA_PRINTER_INFO
public static final String
EXTRA_PRINT_JOB_INFO
public static final String
SERVICE_INTERFACE
public static final String
SERVICE_META_DATA
Constructors Summary
public PrintService
()
throw new RuntimeException("Stub!");
Methods Summary
protected final void
attachBaseContext
(
android.content.Context
base)
throw new RuntimeException("Stub!");
public final
android.print.PrinterId
generatePrinterId
(
java.lang.String
localId)
throw new RuntimeException("Stub!");
public final
java.util.List
getActivePrintJobs
()
throw new RuntimeException("Stub!");
public final
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
protected void
onConnected
()
throw new RuntimeException("Stub!");
protected abstract
android.printservice.PrinterDiscoverySession
onCreatePrinterDiscoverySession
()
protected void
onDisconnected
()
throw new RuntimeException("Stub!");
protected abstract void
onPrintJobQueued
(
android.printservice.PrintJob
printJob)
protected abstract void
onRequestCancelPrintJob
(
android.printservice.PrintJob
printJob)
Java Code Source