class android.widget.DateTimeView$ReceiverInfo$2 extends android.database.ContentObserver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.DateTimeView$ReceiverInfo$2
  super_class: android.database.ContentObserver
{
  final android.widget.DateTimeView$ReceiverInfo this$1;
    descriptor: Landroid/widget/DateTimeView$ReceiverInfo;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.widget.DateTimeView$ReceiverInfo, android.os.Handler);
    descriptor: (Landroid/widget/DateTimeView$ReceiverInfo;Landroid/os/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.DateTimeView$ReceiverInfo$2 this
        start local 2 // android.os.Handler $anonymous0
         0: .line 432
            aload 0 /* this */
            aload 1
            putfield android.widget.DateTimeView$ReceiverInfo$2.this$1:Landroid/widget/DateTimeView$ReceiverInfo;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial android.database.ContentObserver.<init>:(Landroid/os/Handler;)V
            return
        end local 2 // android.os.Handler $anonymous0
        end local 0 // android.widget.DateTimeView$ReceiverInfo$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/widget/DateTimeView$ReceiverInfo$2;
            0    1     2  $anonymous0  Landroid/os/Handler;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void onChange(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.widget.DateTimeView$ReceiverInfo$2 this
        start local 1 // boolean selfChange
         0: .line 435
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo$2.this$1:Landroid/widget/DateTimeView$ReceiverInfo;
            invokevirtual android.widget.DateTimeView$ReceiverInfo.updateAll:()V
         1: .line 436
            return
        end local 1 // boolean selfChange
        end local 0 // android.widget.DateTimeView$ReceiverInfo$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/widget/DateTimeView$ReceiverInfo$2;
            0    2     1  selfChange  Z
    MethodParameters:
            Name  Flags
      selfChange  
}
SourceFile: "DateTimeView.java"
EnclosingMethod: android.widget.DateTimeView$ReceiverInfo
NestHost: android.widget.DateTimeView
InnerClasses:
  private ReceiverInfo = android.widget.DateTimeView$ReceiverInfo of android.widget.DateTimeView
  android.widget.DateTimeView$ReceiverInfo$2