public final class android.hardware.hdmi.HdmiPortInfo implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.hdmi.HdmiPortInfo
  super_class: java.lang.Object
{
  public static final int PORT_INPUT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int PORT_OUTPUT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final int mId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mType;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mAddress;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mCecSupported;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mArcSupported;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mMhlSupported;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public void <init>(int, int, int, boolean, boolean, boolean);
    descriptor: (IIIZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
        start local 1 // int id
        start local 2 // int type
        start local 3 // int address
        start local 4 // boolean cec
        start local 5 // boolean mhl
        start local 6 // boolean arc
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            iload 1 /* id */
            putfield android.hardware.hdmi.HdmiPortInfo.mId:I
         2: .line 55
            aload 0 /* this */
            iload 2 /* type */
            putfield android.hardware.hdmi.HdmiPortInfo.mType:I
         3: .line 56
            aload 0 /* this */
            iload 3 /* address */
            putfield android.hardware.hdmi.HdmiPortInfo.mAddress:I
         4: .line 57
            aload 0 /* this */
            iload 4 /* cec */
            putfield android.hardware.hdmi.HdmiPortInfo.mCecSupported:Z
         5: .line 58
            aload 0 /* this */
            iload 6 /* arc */
            putfield android.hardware.hdmi.HdmiPortInfo.mArcSupported:Z
         6: .line 59
            aload 0 /* this */
            iload 5 /* mhl */
            putfield android.hardware.hdmi.HdmiPortInfo.mMhlSupported:Z
         7: .line 60
            return
        end local 6 // boolean arc
        end local 5 // boolean mhl
        end local 4 // boolean cec
        end local 3 // int address
        end local 2 // int type
        end local 1 // int id
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Landroid/hardware/hdmi/HdmiPortInfo;
            0    8     1       id  I
            0    8     2     type  I
            0    8     3  address  I
            0    8     4      cec  Z
            0    8     5      mhl  Z
            0    8     6      arc  Z
    MethodParameters:
         Name  Flags
      id       
      type     
      address  
      cec      
      mhl      
      arc      

  public int getId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
         0: .line 68
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mId:I
            ireturn
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/HdmiPortInfo;

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
         0: .line 77
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mType:I
            ireturn
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/HdmiPortInfo;

  public int getAddress();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
         0: .line 86
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mAddress:I
            ireturn
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/HdmiPortInfo;

  public boolean isCecSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
         0: .line 95
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mCecSupported:Z
            ireturn
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/HdmiPortInfo;

  public boolean isMhlSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
         0: .line 104
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mMhlSupported:Z
            ireturn
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/HdmiPortInfo;

  public boolean isArcSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
         0: .line 113
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mArcSupported:Z
            ireturn
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/HdmiPortInfo;

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 157
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 158
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 159
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mAddress:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 160
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mCecSupported:Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: android.os.Parcel
         4: iconst_0
      StackMap locals: android.hardware.hdmi.HdmiPortInfo android.os.Parcel int
      StackMap stack: android.os.Parcel int
         5: invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 161
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mArcSupported:Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: android.os.Parcel
         7: iconst_0
      StackMap locals: android.hardware.hdmi.HdmiPortInfo android.os.Parcel int
      StackMap stack: android.os.Parcel int
         8: invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 162
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mMhlSupported:Z
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack: android.os.Parcel
        10: iconst_0
      StackMap locals: android.hardware.hdmi.HdmiPortInfo android.os.Parcel int
      StackMap stack: android.os.Parcel int
        11: invokevirtual android.os.Parcel.writeInt:(I)V
        12: .line 163
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Landroid/hardware/hdmi/HdmiPortInfo;
            0   13     1   dest  Landroid/os/Parcel;
            0   13     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
         0: .line 167
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* s */
        start local 1 // java.lang.StringBuffer s
         1: .line 168
            aload 1 /* s */
            ldc "port_id: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mId:I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 169
            aload 1 /* s */
            ldc "address: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            ldc "0x%04x"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mAddress:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 170
            aload 1 /* s */
            ldc "cec: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mCecSupported:Z
            invokevirtual java.lang.StringBuffer.append:(Z)Ljava/lang/StringBuffer;
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 171
            aload 1 /* s */
            ldc "arc: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mArcSupported:Z
            invokevirtual java.lang.StringBuffer.append:(Z)Ljava/lang/StringBuffer;
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 172
            aload 1 /* s */
            ldc "mhl: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mMhlSupported:Z
            invokevirtual java.lang.StringBuffer.append:(Z)Ljava/lang/StringBuffer;
            pop
         6: .line 173
            aload 1 /* s */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer s
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/hardware/hdmi/HdmiPortInfo;
            1    7     1     s  Ljava/lang/StringBuffer;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.hardware.hdmi.HdmiPortInfo this
        start local 1 // java.lang.Object o
         0: .line 178
            aload 1 /* o */
            instanceof android.hardware.hdmi.HdmiPortInfo
            ifne 2
         1: .line 179
            iconst_0
            ireturn
         2: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast android.hardware.hdmi.HdmiPortInfo
            astore 2 /* other */
        start local 2 // android.hardware.hdmi.HdmiPortInfo other
         3: .line 182
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mId:I
            aload 2 /* other */
            getfield android.hardware.hdmi.HdmiPortInfo.mId:I
            if_icmpne 7
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mType:I
            aload 2 /* other */
            getfield android.hardware.hdmi.HdmiPortInfo.mType:I
            if_icmpne 7
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mAddress:I
            aload 2 /* other */
            getfield android.hardware.hdmi.HdmiPortInfo.mAddress:I
            if_icmpne 7
         4: .line 183
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mCecSupported:Z
            aload 2 /* other */
            getfield android.hardware.hdmi.HdmiPortInfo.mCecSupported:Z
            if_icmpne 7
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mArcSupported:Z
            aload 2 /* other */
            getfield android.hardware.hdmi.HdmiPortInfo.mArcSupported:Z
            if_icmpne 7
         5: .line 184
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiPortInfo.mMhlSupported:Z
            aload 2 /* other */
            getfield android.hardware.hdmi.HdmiPortInfo.mMhlSupported:Z
            if_icmpne 7
         6: .line 182
            iconst_1
            ireturn
      StackMap locals: android.hardware.hdmi.HdmiPortInfo
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // android.hardware.hdmi.HdmiPortInfo other
        end local 1 // java.lang.Object o
        end local 0 // android.hardware.hdmi.HdmiPortInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Landroid/hardware/hdmi/HdmiPortInfo;
            0    8     1      o  Ljava/lang/Object;
            3    8     2  other  Landroid/hardware/hdmi/HdmiPortInfo;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "HdmiPortInfo.java"
NestMembers:
  android.hardware.hdmi.HdmiPortInfo$1
InnerClasses:
  android.hardware.hdmi.HdmiPortInfo$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()