public abstract class android.preference.PreferenceGroup extends android.preference.Preference implements android.preference.GenericInflater$Parent<android.preference.Preference>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.preference.PreferenceGroup
  super_class: android.preference.Preference
{
  private java.util.List<android.preference.Preference> mPreferenceList;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Landroid/preference/Preference;>;

  private boolean mOrderingAsAdded;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int mCurrentPreferenceOrder;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean mAttachedToActivity;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.content.Context, android.util.AttributeSet, int, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.preference.PreferenceGroup this
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/PreferenceGroup;
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  
      defStyleRes   

  public void <init>(android.content.Context, android.util.AttributeSet, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
         0: .line 69
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iconst_0
            invokespecial android.preference.PreferenceGroup.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 70
            return
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/preference/PreferenceGroup;
            0    2     1       context  Landroid/content/Context;
            0    2     2         attrs  Landroid/util/AttributeSet;
            0    2     3  defStyleAttr  I
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 73
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iconst_0
            invokespecial android.preference.PreferenceGroup.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;I)V
         1: .line 74
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/preference/PreferenceGroup;
            0    2     1  context  Landroid/content/Context;
            0    2     2    attrs  Landroid/util/AttributeSet;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void setOrderingAsAdded(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // boolean orderingAsAdded
         0: .line 88
            aload 0 /* this */
            iload 1 /* orderingAsAdded */
            putfield android.preference.PreferenceGroup.mOrderingAsAdded:Z
         1: .line 89
            return
        end local 1 // boolean orderingAsAdded
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Landroid/preference/PreferenceGroup;
            0    2     1  orderingAsAdded  Z
    MethodParameters:
                 Name  Flags
      orderingAsAdded  

  public boolean isOrderingAsAdded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.preference.PreferenceGroup this
         0: .line 98
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mOrderingAsAdded:Z
            ireturn
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/PreferenceGroup;

  public void addItemFromInflater(android.preference.Preference);
    descriptor: (Landroid/preference/Preference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // android.preference.Preference preference
         0: .line 105
            aload 0 /* this */
            aload 1 /* preference */
            invokevirtual android.preference.PreferenceGroup.addPreference:(Landroid/preference/Preference;)Z
            pop
         1: .line 106
            return
        end local 1 // android.preference.Preference preference
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/preference/PreferenceGroup;
            0    2     1  preference  Landroid/preference/Preference;
    MethodParameters:
            Name  Flags
      preference  

  public int getPreferenceCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.preference.PreferenceGroup this
         0: .line 113
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mPreferenceList:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/PreferenceGroup;

  public android.preference.Preference getPreference(int);
    descriptor: (I)Landroid/preference/Preference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // int index
         0: .line 123
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mPreferenceList:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast android.preference.Preference
            areturn
        end local 1 // int index
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/preference/PreferenceGroup;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean addPreference(android.preference.Preference);
    descriptor: (Landroid/preference/Preference;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // android.preference.Preference preference
         0: .line 134
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mPreferenceList:Ljava/util/List;
            aload 1 /* preference */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 136
            iconst_1
            ireturn
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* preference */
            invokevirtual android.preference.Preference.getOrder:()I
            ldc 2147483647
            if_icmpne 7
         3: .line 140
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mOrderingAsAdded:Z
            ifeq 5
         4: .line 141
            aload 1 /* preference */
            aload 0 /* this */
            dup
            getfield android.preference.PreferenceGroup.mCurrentPreferenceOrder:I
            dup_x1
            iconst_1
            iadd
            putfield android.preference.PreferenceGroup.mCurrentPreferenceOrder:I
            invokevirtual android.preference.Preference.setOrder:(I)V
         5: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* preference */
            instanceof android.preference.PreferenceGroup
            ifeq 7
         6: .line 147
            aload 1 /* preference */
            checkcast android.preference.PreferenceGroup
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mOrderingAsAdded:Z
            invokevirtual android.preference.PreferenceGroup.setOrderingAsAdded:(Z)V
         7: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* preference */
            invokevirtual android.preference.PreferenceGroup.onPrepareAddPreference:(Landroid/preference/Preference;)Z
            ifne 9
         8: .line 152
            iconst_0
            ireturn
         9: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
        10: .line 156
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mPreferenceList:Ljava/util/List;
            aload 1 /* preference */
            invokestatic java.util.Collections.binarySearch:(Ljava/util/List;Ljava/lang/Object;)I
            istore 3 /* insertionIndex */
        start local 3 // int insertionIndex
        11: .line 157
            iload 3 /* insertionIndex */
            ifge 13
        12: .line 158
            iload 3 /* insertionIndex */
            iconst_m1
            imul
            iconst_1
            isub
            istore 3 /* insertionIndex */
        13: .line 160
      StackMap locals: android.preference.PreferenceGroup int
      StackMap stack:
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mPreferenceList:Ljava/util/List;
            iload 3 /* insertionIndex */
            aload 1 /* preference */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
        end local 3 // int insertionIndex
        14: .line 155
            aload 2
            monitorexit
        15: goto 18
      StackMap locals: android.preference.PreferenceGroup android.preference.Preference android.preference.PreferenceGroup
      StackMap stack: java.lang.Throwable
        16: aload 2
            monitorexit
        17: athrow
        18: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* preference */
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.getPreferenceManager:()Landroid/preference/PreferenceManager;
            invokevirtual android.preference.Preference.onAttachedToHierarchy:(Landroid/preference/PreferenceManager;)V
        19: .line 164
            aload 1 /* preference */
            aload 0 /* this */
            invokevirtual android.preference.Preference.assignParent:(Landroid/preference/PreferenceGroup;)V
        20: .line 166
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mAttachedToActivity:Z
            ifeq 22
        21: .line 167
            aload 1 /* preference */
            invokevirtual android.preference.Preference.onAttachedToActivity:()V
        22: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.notifyHierarchyChanged:()V
        23: .line 172
            iconst_1
            ireturn
        end local 1 // android.preference.Preference preference
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   24     0            this  Landroid/preference/PreferenceGroup;
            0   24     1      preference  Landroid/preference/Preference;
           11   14     3  insertionIndex  I
      Exception table:
        from    to  target  type
          10    15      16  any
          16    17      16  any
    MethodParameters:
            Name  Flags
      preference  

  public boolean removePreference(android.preference.Preference);
    descriptor: (Landroid/preference/Preference;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // android.preference.Preference preference
         0: .line 182
            aload 0 /* this */
            aload 1 /* preference */
            invokevirtual android.preference.PreferenceGroup.removePreferenceInt:(Landroid/preference/Preference;)Z
            istore 2 /* returnValue */
        start local 2 // boolean returnValue
         1: .line 183
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.notifyHierarchyChanged:()V
         2: .line 184
            iload 2 /* returnValue */
            ireturn
        end local 2 // boolean returnValue
        end local 1 // android.preference.Preference preference
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/preference/PreferenceGroup;
            0    3     1   preference  Landroid/preference/Preference;
            1    3     2  returnValue  Z
    MethodParameters:
            Name  Flags
      preference  

  private boolean removePreferenceInt(android.preference.Preference);
    descriptor: (Landroid/preference/Preference;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // android.preference.Preference preference
         0: .line 188
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 189
            aload 1 /* preference */
            invokevirtual android.preference.Preference.onPrepareForRemoval:()V
         2: .line 190
            aload 1 /* preference */
            invokevirtual android.preference.Preference.getParent:()Landroid/preference/PreferenceGroup;
            aload 0 /* this */
            if_acmpne 4
         3: .line 191
            aload 1 /* preference */
            aconst_null
            invokevirtual android.preference.Preference.assignParent:(Landroid/preference/PreferenceGroup;)V
         4: .line 193
      StackMap locals: android.preference.PreferenceGroup
      StackMap stack:
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mPreferenceList:Ljava/util/List;
            aload 1 /* preference */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
         5: ireturn
         6: .line 188
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         7: athrow
        end local 1 // android.preference.Preference preference
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Landroid/preference/PreferenceGroup;
            0    8     1  preference  Landroid/preference/Preference;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
            Name  Flags
      preference  

  public void removeAll();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // android.preference.PreferenceGroup this
         0: .line 201
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 202
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mPreferenceList:Ljava/util/List;
            astore 2 /* preferenceList */
        start local 2 // java.util.List preferenceList
         2: .line 203
            aload 2 /* preferenceList */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 204
      StackMap locals: android.preference.PreferenceGroup java.util.List int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* preferenceList */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast android.preference.Preference
            invokevirtual android.preference.PreferenceGroup.removePreferenceInt:(Landroid/preference/Preference;)Z
            pop
         5: .line 203
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            ifge 4
        end local 3 // int i
        end local 2 // java.util.List preferenceList
         7: .line 201
            aload 1
            monitorexit
         8: goto 11
      StackMap locals: android.preference.PreferenceGroup android.preference.PreferenceGroup
      StackMap stack: java.lang.Throwable
         9: aload 1
            monitorexit
        10: athrow
        11: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.notifyHierarchyChanged:()V
        12: .line 208
            return
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Landroid/preference/PreferenceGroup;
            2    7     2  preferenceList  Ljava/util/List<Landroid/preference/Preference;>;
            3    7     3               i  I
      Exception table:
        from    to  target  type
           1     8       9  any
           9    10       9  any

  protected boolean onPrepareAddPreference(android.preference.Preference);
    descriptor: (Landroid/preference/Preference;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // android.preference.Preference preference
         0: .line 217
            aload 1 /* preference */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.shouldDisableDependents:()Z
            invokevirtual android.preference.Preference.onParentChanged:(Landroid/preference/Preference;Z)V
         1: .line 218
            iconst_1
            ireturn
        end local 1 // android.preference.Preference preference
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/preference/PreferenceGroup;
            0    2     1  preference  Landroid/preference/Preference;
    MethodParameters:
            Name  Flags
      preference  

  public android.preference.Preference findPreference(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Landroid/preference/Preference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // java.lang.CharSequence key
         0: .line 235
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.getKey:()Ljava/lang/String;
            aload 1 /* key */
            invokestatic android.text.TextUtils.equals:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
            ifeq 2
         1: .line 236
            aload 0 /* this */
            areturn
         2: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.getPreferenceCount:()I
            istore 2 /* preferenceCount */
        start local 2 // int preferenceCount
         3: .line 239
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 16
         5: .line 240
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual android.preference.PreferenceGroup.getPreference:(I)Landroid/preference/Preference;
            astore 4 /* preference */
        start local 4 // android.preference.Preference preference
         6: .line 241
            aload 4 /* preference */
            invokevirtual android.preference.Preference.getKey:()Ljava/lang/String;
            astore 5 /* curKey */
        start local 5 // java.lang.String curKey
         7: .line 243
            aload 5 /* curKey */
            ifnull 9
            aload 5 /* curKey */
            aload 1 /* key */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 244
            aload 4 /* preference */
            areturn
         9: .line 247
      StackMap locals: android.preference.Preference java.lang.String
      StackMap stack:
            aload 4 /* preference */
            instanceof android.preference.PreferenceGroup
            ifeq 15
        10: .line 248
            aload 4 /* preference */
            checkcast android.preference.PreferenceGroup
        11: .line 249
            aload 1 /* key */
            invokevirtual android.preference.PreferenceGroup.findPreference:(Ljava/lang/CharSequence;)Landroid/preference/Preference;
        12: .line 248
            astore 6 /* returnedPreference */
        start local 6 // android.preference.Preference returnedPreference
        13: .line 250
            aload 6 /* returnedPreference */
            ifnull 15
        14: .line 251
            aload 6 /* returnedPreference */
            areturn
        end local 6 // android.preference.Preference returnedPreference
        end local 5 // java.lang.String curKey
        end local 4 // android.preference.Preference preference
        15: .line 239
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            iload 2 /* preferenceCount */
            if_icmplt 5
        end local 3 // int i
        17: .line 256
            aconst_null
            areturn
        end local 2 // int preferenceCount
        end local 1 // java.lang.CharSequence key
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   18     0                this  Landroid/preference/PreferenceGroup;
            0   18     1                 key  Ljava/lang/CharSequence;
            3   18     2     preferenceCount  I
            4   17     3                   i  I
            6   15     4          preference  Landroid/preference/Preference;
            7   15     5              curKey  Ljava/lang/String;
           13   15     6  returnedPreference  Landroid/preference/Preference;
    MethodParameters:
      Name  Flags
      key   

  protected boolean isOnSameScreenAsChildren();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.preference.PreferenceGroup this
         0: .line 267
            iconst_1
            ireturn
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/PreferenceGroup;

  protected void onAttachedToActivity();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // android.preference.PreferenceGroup this
         0: .line 272
            aload 0 /* this */
            invokespecial android.preference.Preference.onAttachedToActivity:()V
         1: .line 276
            aload 0 /* this */
            iconst_1
            putfield android.preference.PreferenceGroup.mAttachedToActivity:Z
         2: .line 279
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.getPreferenceCount:()I
            istore 1 /* preferenceCount */
        start local 1 // int preferenceCount
         3: .line 280
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 281
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual android.preference.PreferenceGroup.getPreference:(I)Landroid/preference/Preference;
            invokevirtual android.preference.Preference.onAttachedToActivity:()V
         6: .line 280
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 1 /* preferenceCount */
            if_icmplt 5
        end local 2 // int i
         8: .line 283
            return
        end local 1 // int preferenceCount
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Landroid/preference/PreferenceGroup;
            3    9     1  preferenceCount  I
            4    8     2                i  I

  protected void onPrepareForRemoval();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.preference.PreferenceGroup this
         0: .line 287
            aload 0 /* this */
            invokespecial android.preference.Preference.onPrepareForRemoval:()V
         1: .line 290
            aload 0 /* this */
            iconst_0
            putfield android.preference.PreferenceGroup.mAttachedToActivity:Z
         2: .line 291
            return
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/preference/PreferenceGroup;

  public void notifyDependencyChange(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // boolean disableDependents
         0: .line 295
            aload 0 /* this */
            iload 1 /* disableDependents */
            invokespecial android.preference.Preference.notifyDependencyChange:(Z)V
         1: .line 299
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.getPreferenceCount:()I
            istore 2 /* preferenceCount */
        start local 2 // int preferenceCount
         2: .line 300
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 301
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual android.preference.PreferenceGroup.getPreference:(I)Landroid/preference/Preference;
            aload 0 /* this */
            iload 1 /* disableDependents */
            invokevirtual android.preference.Preference.onParentChanged:(Landroid/preference/Preference;Z)V
         5: .line 300
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* preferenceCount */
            if_icmplt 4
        end local 3 // int i
         7: .line 303
            return
        end local 2 // int preferenceCount
        end local 1 // boolean disableDependents
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Landroid/preference/PreferenceGroup;
            0    8     1  disableDependents  Z
            2    8     2    preferenceCount  I
            3    7     3                  i  I
    MethodParameters:
                   Name  Flags
      disableDependents  

  void sortPreferences();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.preference.PreferenceGroup this
         0: .line 306
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 307
            aload 0 /* this */
            getfield android.preference.PreferenceGroup.mPreferenceList:Ljava/util/List;
            invokestatic java.util.Collections.sort:(Ljava/util/List;)V
         2: .line 306
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: android.preference.PreferenceGroup android.preference.PreferenceGroup
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 309
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/preference/PreferenceGroup;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  protected void dispatchSaveInstanceState(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // android.os.Bundle container
         0: .line 313
            aload 0 /* this */
            aload 1 /* container */
            invokespecial android.preference.Preference.dispatchSaveInstanceState:(Landroid/os/Bundle;)V
         1: .line 316
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.getPreferenceCount:()I
            istore 2 /* preferenceCount */
        start local 2 // int preferenceCount
         2: .line 317
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 318
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual android.preference.PreferenceGroup.getPreference:(I)Landroid/preference/Preference;
            aload 1 /* container */
            invokevirtual android.preference.Preference.dispatchSaveInstanceState:(Landroid/os/Bundle;)V
         5: .line 317
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* preferenceCount */
            if_icmplt 4
        end local 3 // int i
         7: .line 320
            return
        end local 2 // int preferenceCount
        end local 1 // android.os.Bundle container
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Landroid/preference/PreferenceGroup;
            0    8     1        container  Landroid/os/Bundle;
            2    8     2  preferenceCount  I
            3    7     3                i  I
    MethodParameters:
           Name  Flags
      container  

  protected void dispatchRestoreInstanceState(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // android.preference.PreferenceGroup this
        start local 1 // android.os.Bundle container
         0: .line 324
            aload 0 /* this */
            aload 1 /* container */
            invokespecial android.preference.Preference.dispatchRestoreInstanceState:(Landroid/os/Bundle;)V
         1: .line 327
            aload 0 /* this */
            invokevirtual android.preference.PreferenceGroup.getPreferenceCount:()I
            istore 2 /* preferenceCount */
        start local 2 // int preferenceCount
         2: .line 328
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 329
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual android.preference.PreferenceGroup.getPreference:(I)Landroid/preference/Preference;
            aload 1 /* container */
            invokevirtual android.preference.Preference.dispatchRestoreInstanceState:(Landroid/os/Bundle;)V
         5: .line 328
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* preferenceCount */
            if_icmplt 4
        end local 3 // int i
         7: .line 331
            return
        end local 2 // int preferenceCount
        end local 1 // android.os.Bundle container
        end local 0 // android.preference.PreferenceGroup this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Landroid/preference/PreferenceGroup;
            0    8     1        container  Landroid/os/Bundle;
            2    8     2  preferenceCount  I
            3    7     3                i  I
    MethodParameters:
           Name  Flags
      container  

  public void addItemFromInflater(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast android.preference.Preference
            invokevirtual android.preference.PreferenceGroup.addItemFromInflater:(Landroid/preference/Preference;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Landroid/preference/Preference;Landroid/preference/GenericInflater$Parent<Landroid/preference/Preference;>;
SourceFile: "PreferenceGroup.java"
InnerClasses:
  public abstract Parent = android.preference.GenericInflater$Parent of android.preference.GenericInflater