public class android.nfc.TechListParcel implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.nfc.TechListParcel
  super_class: java.lang.Object
{
  private java.lang.String[][] mTechLists;
    descriptor: [[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public static final android.os.Parcelable$Creator<android.nfc.TechListParcel> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/nfc/TechListParcel;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 50
            new android.nfc.TechListParcel$1
            dup
            invokespecial android.nfc.TechListParcel$1.<init>:()V
            putstatic android.nfc.TechListParcel.CREATOR:Landroid/os/Parcelable$Creator;
         1: .line 65
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String[][]);
    descriptor: ([[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.nfc.TechListParcel this
        start local 1 // java.lang.String[][] strings
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* strings */
            putfield android.nfc.TechListParcel.mTechLists:[[Ljava/lang/String;
         2: .line 29
            return
        end local 1 // java.lang.String[][] strings
        end local 0 // android.nfc.TechListParcel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Landroid/nfc/TechListParcel;
            0    3     1  strings  [[Ljava/lang/String;
    MethodParameters:
         Name  Flags
      strings  

  public java.lang.String[][] getTechLists();
    descriptor: ()[[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.nfc.TechListParcel this
         0: .line 32
            aload 0 /* this */
            getfield android.nfc.TechListParcel.mTechLists:[[Ljava/lang/String;
            areturn
        end local 0 // android.nfc.TechListParcel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/nfc/TechListParcel;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.nfc.TechListParcel this
         0: .line 37
            iconst_0
            ireturn
        end local 0 // android.nfc.TechListParcel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/nfc/TechListParcel;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // android.nfc.TechListParcel this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 42
            aload 0 /* this */
            getfield android.nfc.TechListParcel.mTechLists:[[Ljava/lang/String;
            arraylength
            istore 3 /* count */
        start local 3 // int count
         1: .line 43
            aload 1 /* dest */
            iload 3 /* count */
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 44
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 45
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.nfc.TechListParcel.mTechLists:[[Ljava/lang/String;
            iload 4 /* i */
            aaload
            astore 5 /* techList */
        start local 5 // java.lang.String[] techList
         5: .line 46
            aload 1 /* dest */
            aload 5 /* techList */
            invokevirtual android.os.Parcel.writeStringArray:([Ljava/lang/String;)V
        end local 5 // java.lang.String[] techList
         6: .line 44
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* count */
            if_icmplt 4
        end local 4 // int i
         8: .line 48
            return
        end local 3 // int count
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.nfc.TechListParcel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Landroid/nfc/TechListParcel;
            0    9     1      dest  Landroid/os/Parcel;
            0    9     2     flags  I
            1    9     3     count  I
            3    8     4         i  I
            5    6     5  techList  [Ljava/lang/String;
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "TechListParcel.java"
NestMembers:
  android.nfc.TechListParcel$1
InnerClasses:
  android.nfc.TechListParcel$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable