public class android.preference.PreferenceCategory extends android.preference.PreferenceGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.preference.PreferenceCategory
  super_class: android.preference.PreferenceGroup
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "PreferenceCategory"

  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=5, locals=5, args_size=5
        start local 0 // android.preference.PreferenceCategory this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
        start local 4 // int defStyleRes
         0: .line 38
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iload 4 /* defStyleRes */
            invokespecial android.preference.PreferenceGroup.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 39
            return
        end local 4 // int defStyleRes
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.preference.PreferenceCategory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/preference/PreferenceCategory;
            0    2     1       context  Landroid/content/Context;
            0    2     2         attrs  Landroid/util/AttributeSet;
            0    2     3  defStyleAttr  I
            0    2     4   defStyleRes  I
    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.PreferenceCategory this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
         0: .line 42
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iconst_0
            invokespecial android.preference.PreferenceCategory.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 43
            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.PreferenceCategory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/preference/PreferenceCategory;
            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=3, locals=3, args_size=3
        start local 0 // android.preference.PreferenceCategory this
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tcom.android.internal.R.attr cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.preference.PreferenceCategory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/PreferenceCategory;
    MethodParameters:
         Name  Flags
      context  
      attrs    

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

  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.PreferenceCategory this
        start local 1 // android.preference.Preference preference
         0: .line 55
            aload 1 /* preference */
            instanceof android.preference.PreferenceCategory
            ifeq 4
         1: .line 56
            new java.lang.IllegalArgumentException
            dup
         2: .line 57
            ldc "Cannot add a PreferenceCategory directly to a PreferenceCategory"
         3: .line 56
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* preference */
            invokespecial android.preference.PreferenceGroup.onPrepareAddPreference:(Landroid/preference/Preference;)Z
            ireturn
        end local 1 // android.preference.Preference preference
        end local 0 // android.preference.PreferenceCategory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Landroid/preference/PreferenceCategory;
            0    5     1  preference  Landroid/preference/Preference;
    MethodParameters:
            Name  Flags
      preference  

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.preference.PreferenceCategory this
         0: .line 65
            iconst_0
            ireturn
        end local 0 // android.preference.PreferenceCategory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/PreferenceCategory;

  public boolean shouldDisableDependents();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.preference.PreferenceCategory this
         0: .line 70
            aload 0 /* this */
            invokespecial android.preference.PreferenceGroup.isEnabled:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // android.preference.PreferenceCategory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/preference/PreferenceCategory;
}
SourceFile: "PreferenceCategory.java"