public class android.widget.ExpandableListConnector$MyDataSetObserver extends android.database.DataSetObserver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.ExpandableListConnector$MyDataSetObserver
  super_class: android.database.DataSetObserver
{
  final android.widget.ExpandableListConnector this$0;
    descriptor: Landroid/widget/ExpandableListConnector;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(android.widget.ExpandableListConnector);
    descriptor: (Landroid/widget/ExpandableListConnector;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ExpandableListConnector$MyDataSetObserver this
         0: .line 854
            aload 0 /* this */
            aload 1
            putfield android.widget.ExpandableListConnector$MyDataSetObserver.this$0:Landroid/widget/ExpandableListConnector;
            aload 0 /* this */
            invokespecial android.database.DataSetObserver.<init>:()V
            return
        end local 0 // android.widget.ExpandableListConnector$MyDataSetObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ExpandableListConnector$MyDataSetObserver;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onChanged();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.ExpandableListConnector$MyDataSetObserver this
         0: .line 857
            aload 0 /* this */
            getfield android.widget.ExpandableListConnector$MyDataSetObserver.this$0:Landroid/widget/ExpandableListConnector;
            iconst_1
            iconst_1
            invokevirtual android.widget.ExpandableListConnector.refreshExpGroupMetadataList:(ZZ)V
         1: .line 859
            aload 0 /* this */
            getfield android.widget.ExpandableListConnector$MyDataSetObserver.this$0:Landroid/widget/ExpandableListConnector;
            invokevirtual android.widget.ExpandableListConnector.notifyDataSetChanged:()V
         2: .line 860
            return
        end local 0 // android.widget.ExpandableListConnector$MyDataSetObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/ExpandableListConnector$MyDataSetObserver;

  public void onInvalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.ExpandableListConnector$MyDataSetObserver this
         0: .line 864
            aload 0 /* this */
            getfield android.widget.ExpandableListConnector$MyDataSetObserver.this$0:Landroid/widget/ExpandableListConnector;
            iconst_1
            iconst_1
            invokevirtual android.widget.ExpandableListConnector.refreshExpGroupMetadataList:(ZZ)V
         1: .line 866
            aload 0 /* this */
            getfield android.widget.ExpandableListConnector$MyDataSetObserver.this$0:Landroid/widget/ExpandableListConnector;
            invokevirtual android.widget.ExpandableListConnector.notifyDataSetInvalidated:()V
         2: .line 867
            return
        end local 0 // android.widget.ExpandableListConnector$MyDataSetObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/ExpandableListConnector$MyDataSetObserver;
}
SourceFile: "ExpandableListConnector.java"
NestHost: android.widget.ExpandableListConnector
InnerClasses:
  protected MyDataSetObserver = android.widget.ExpandableListConnector$MyDataSetObserver of android.widget.ExpandableListConnector