public final class android.hardware.hdmi.HdmiRecordSources$DvbData implements android.hardware.hdmi.HdmiRecordSources$DigitalServiceIdentification
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.hdmi.HdmiRecordSources$DvbData
  super_class: java.lang.Object
{
  private final int mTransportStreamId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.hardware.hdmi.HdmiRecordSources$DvbData this
        start local 1 // int transportStreamId
        start local 2 // int serviceId
        start local 3 // int originalNetworkId
         0: .line 254
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 255
            aload 0 /* this */
            iload 1 /* transportStreamId */
            putfield android.hardware.hdmi.HdmiRecordSources$DvbData.mTransportStreamId:I
         2: .line 256
            aload 0 /* this */
            iload 2 /* serviceId */
            putfield android.hardware.hdmi.HdmiRecordSources$DvbData.mServiceId:I
         3: .line 257
            aload 0 /* this */
            iload 3 /* originalNetworkId */
            putfield android.hardware.hdmi.HdmiRecordSources$DvbData.mOriginalNetworkId:I
         4: .line 258
            return
        end local 3 // int originalNetworkId
        end local 2 // int serviceId
        end local 1 // int transportStreamId
        end local 0 // android.hardware.hdmi.HdmiRecordSources$DvbData this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Landroid/hardware/hdmi/HdmiRecordSources$DvbData;
            0    5     1  transportStreamId  I
            0    5     2          serviceId  I
            0    5     3  originalNetworkId  I
    MethodParameters:
                   Name  Flags
      transportStreamId  
      serviceId          
      originalNetworkId  

  public int toByteArray(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.hardware.hdmi.HdmiRecordSources$DvbData this
        start local 1 // byte[] data
        start local 2 // int index
         0: .line 262
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$DvbData.mTransportStreamId:I
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$DvbData.mServiceId:I
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$DvbData.mOriginalNetworkId:I
            aload 1 /* data */
         1: .line 263
            iload 2 /* index */
         2: .line 262
            invokestatic android.hardware.hdmi.HdmiRecordSources.threeFieldsToSixBytes:(III[BI)I
            ireturn
        end local 2 // int index
        end local 1 // byte[] data
        end local 0 // android.hardware.hdmi.HdmiRecordSources$DvbData this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/hardware/hdmi/HdmiRecordSources$DvbData;
            0    3     1   data  [B
            0    3     2  index  I
    MethodParameters:
       Name  Flags
      data   
      index  
}
SourceFile: "HdmiRecordSources.java"
NestHost: android.hardware.hdmi.HdmiRecordSources
InnerClasses:
  private abstract DigitalServiceIdentification = android.hardware.hdmi.HdmiRecordSources$DigitalServiceIdentification of android.hardware.hdmi.HdmiRecordSources
  public final DvbData = android.hardware.hdmi.HdmiRecordSources$DvbData of android.hardware.hdmi.HdmiRecordSources