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; }
}
|