File
Doc
Category
Size
Date
Package
PrinterInfo.java
API Doc
Android 5.1 API
2041
Sat Mar 14 14:09:44 GMT 2015
android.print
PrinterInfo
java.lang.Object
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
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
obj)
throw new RuntimeException("Stub!");
public
android.print.PrinterCapabilitiesInfo
getCapabilities
()
throw new RuntimeException("Stub!");
public
java.lang.String
getDescription
()
throw new RuntimeException("Stub!");
public
android.print.PrinterId
getId
()
throw new RuntimeException("Stub!");
public
java.lang.String
getName
()
throw new RuntimeException("Stub!");
public
int
getStatus
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
parcel,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source