package android.nfc;
public final class Tag
implements android.os.Parcelable
{
Tag() { throw new RuntimeException("Stub!"); }
public byte[] getId() { throw new RuntimeException("Stub!"); }
public java.lang.String[] getTechList() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.nfc.Tag> CREATOR;
static { CREATOR = null; }
}
|