FileDocCategorySizeDatePackage
PrinterId.javaAPI DocAndroid 5.1 API741Sat Mar 14 14:09:36 GMT 2015android.print

PrinterId.java

package android.print;
public final class PrinterId
  implements android.os.Parcelable
{
PrinterId() { throw new RuntimeException("Stub!"); }
public  java.lang.String getLocalId() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel parcel, int flags) { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object object) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.print.PrinterId> CREATOR;
static { CREATOR = null; }
}