FileDocCategorySizeDatePackage
PrinterInfo.javaAPI DocAndroid 5.1 API2041Sat Mar 14 14:09:44 GMT 2015android.print

PrinterInfo

public final class PrinterInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
STATUS_BUSY
public static final int
STATUS_IDLE
public static final int
STATUS_UNAVAILABLE
Constructors Summary
PrinterInfo()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public android.print.PrinterCapabilitiesInfogetCapabilities()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetDescription()

 throw new RuntimeException("Stub!"); 
public android.print.PrinterIdgetId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetName()

 throw new RuntimeException("Stub!"); 
public intgetStatus()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");