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

  public void <init>(android.widget.CursorTreeAdapter$MyCursorHelper);
    descriptor: (Landroid/widget/CursorTreeAdapter$MyCursorHelper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver this
         0: .line 489
            aload 0 /* this */
            aload 1
            putfield android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver.this$1:Landroid/widget/CursorTreeAdapter$MyCursorHelper;
         1: .line 490
            aload 0 /* this */
            aload 1
            invokestatic android.widget.CursorTreeAdapter$MyCursorHelper.access$0:(Landroid/widget/CursorTreeAdapter$MyCursorHelper;)Landroid/widget/CursorTreeAdapter;
            getfield android.widget.CursorTreeAdapter.mHandler:Landroid/os/Handler;
            invokespecial android.database.ContentObserver.<init>:(Landroid/os/Handler;)V
         2: .line 491
            return
        end local 0 // android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/CursorTreeAdapter$MyCursorHelper$MyContentObserver;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean deliverSelfNotifications();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver this
         0: .line 495
            iconst_1
            ireturn
        end local 0 // android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CursorTreeAdapter$MyCursorHelper$MyContentObserver;

  public void onChange(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver this
        start local 1 // boolean selfChange
         0: .line 500
            aload 0 /* this */
            getfield android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver.this$1:Landroid/widget/CursorTreeAdapter$MyCursorHelper;
            invokestatic android.widget.CursorTreeAdapter$MyCursorHelper.access$0:(Landroid/widget/CursorTreeAdapter$MyCursorHelper;)Landroid/widget/CursorTreeAdapter;
            getfield android.widget.CursorTreeAdapter.mAutoRequery:Z
            ifeq 2
            aload 0 /* this */
            getfield android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver.this$1:Landroid/widget/CursorTreeAdapter$MyCursorHelper;
            getfield android.widget.CursorTreeAdapter$MyCursorHelper.mCursor:Landroid/database/Cursor;
            ifnull 2
            aload 0 /* this */
            getfield android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver.this$1:Landroid/widget/CursorTreeAdapter$MyCursorHelper;
            getfield android.widget.CursorTreeAdapter$MyCursorHelper.mCursor:Landroid/database/Cursor;
            invokeinterface android.database.Cursor.isClosed:()Z
            ifne 2
         1: .line 503
            aload 0 /* this */
            getfield android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver.this$1:Landroid/widget/CursorTreeAdapter$MyCursorHelper;
            aload 0 /* this */
            getfield android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver.this$1:Landroid/widget/CursorTreeAdapter$MyCursorHelper;
            getfield android.widget.CursorTreeAdapter$MyCursorHelper.mCursor:Landroid/database/Cursor;
            invokeinterface android.database.Cursor.requery:()Z
            putfield android.widget.CursorTreeAdapter$MyCursorHelper.mDataValid:Z
         2: .line 505
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean selfChange
        end local 0 // android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Landroid/widget/CursorTreeAdapter$MyCursorHelper$MyContentObserver;
            0    3     1  selfChange  Z
    MethodParameters:
            Name  Flags
      selfChange  
}
SourceFile: "CursorTreeAdapter.java"
NestHost: android.widget.CursorTreeAdapter
InnerClasses:
  MyCursorHelper = android.widget.CursorTreeAdapter$MyCursorHelper of android.widget.CursorTreeAdapter
  private MyContentObserver = android.widget.CursorTreeAdapter$MyCursorHelper$MyContentObserver of android.widget.CursorTreeAdapter$MyCursorHelper