FileDocCategorySizeDatePackage
PrintJobId.javaAPI DocAndroid 5.1 API585Sat Mar 14 14:09:40 GMT 2015android.print

PrintJobId.java

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