public final class android.hardware.hdmi.HdmiTimerRecordSources$Duration extends android.hardware.hdmi.HdmiTimerRecordSources$TimeUnit
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.hdmi.HdmiTimerRecordSources$Duration
  super_class: android.hardware.hdmi.HdmiTimerRecordSources$TimeUnit
{
  private void <init>(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.hdmi.HdmiTimerRecordSources$Duration this
        start local 1 // int hour
        start local 2 // int minute
         0: .line 230
            aload 0 /* this */
            iload 1 /* hour */
            iload 2 /* minute */
            invokespecial android.hardware.hdmi.HdmiTimerRecordSources$TimeUnit.<init>:(II)V
         1: .line 231
            return
        end local 2 // int minute
        end local 1 // int hour
        end local 0 // android.hardware.hdmi.HdmiTimerRecordSources$Duration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/hardware/hdmi/HdmiTimerRecordSources$Duration;
            0    2     1    hour  I
            0    2     2  minute  I
    MethodParameters:
        Name  Flags
      hour    
      minute  
}
SourceFile: "HdmiTimerRecordSources.java"
NestHost: android.hardware.hdmi.HdmiTimerRecordSources
InnerClasses:
  public final Duration = android.hardware.hdmi.HdmiTimerRecordSources$Duration of android.hardware.hdmi.HdmiTimerRecordSources
  TimeUnit = android.hardware.hdmi.HdmiTimerRecordSources$TimeUnit of android.hardware.hdmi.HdmiTimerRecordSources
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()