FileDocCategorySizeDatePackage
Tag.javaAPI DocAndroid 5.1 API631Sat Mar 14 14:09:42 GMT 2015android.nfc

Tag.java

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