public final class android.hardware.hdmi.HdmiHotplugEvent implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.hdmi.HdmiHotplugEvent
  super_class: java.lang.Object
{
  private final int mPort;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  public void <init>(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.hardware.hdmi.HdmiHotplugEvent this
        start local 1 // int port
        start local 2 // boolean connected
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            iload 1 /* port */
            putfield android.hardware.hdmi.HdmiHotplugEvent.mPort:I
         2: .line 43
            aload 0 /* this */
            iload 2 /* connected */
            putfield android.hardware.hdmi.HdmiHotplugEvent.mConnected:Z
         3: .line 44
            return
        end local 2 // boolean connected
        end local 1 // int port
        end local 0 // android.hardware.hdmi.HdmiHotplugEvent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Landroid/hardware/hdmi/HdmiHotplugEvent;
            0    4     1       port  I
            0    4     2  connected  Z
    MethodParameters:
           Name  Flags
      port       
      connected  

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

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

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

  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.HdmiHotplugEvent this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 82
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiHotplugEvent.mPort:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 83
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiHotplugEvent.mConnected:Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: android.os.Parcel
         2: iconst_0
      StackMap locals: android.hardware.hdmi.HdmiHotplugEvent android.os.Parcel int
      StackMap stack: android.os.Parcel int
         3: i2b
            invokevirtual android.os.Parcel.writeByte:(B)V
         4: .line 84
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.hardware.hdmi.HdmiHotplugEvent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/hardware/hdmi/HdmiHotplugEvent;
            0    5     1   dest  Landroid/os/Parcel;
            0    5     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "HdmiHotplugEvent.java"
NestMembers:
  android.hardware.hdmi.HdmiHotplugEvent$1
InnerClasses:
  android.hardware.hdmi.HdmiHotplugEvent$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()