public class android.content.RestrictionEntry implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.content.RestrictionEntry
  super_class: java.lang.Object
{
  public static final int TYPE_NULL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int TYPE_BOOLEAN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int TYPE_CHOICE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int TYPE_CHOICE_LEVEL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int TYPE_MULTI_SELECT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int TYPE_INTEGER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int TYPE_STRING;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int TYPE_BUNDLE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int TYPE_BUNDLE_ARRAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

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

  private java.lang.String mKey;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mTitle;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mDescription;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] mChoiceEntries;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] mChoiceValues;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mCurrentValue;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] mCurrentValues;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private android.content.RestrictionEntry[] mRestrictions;
    descriptor: [Landroid/content/RestrictionEntry;
    flags: (0x0002) ACC_PRIVATE

  public static final android.os.Parcelable$Creator<android.content.RestrictionEntry> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/content/RestrictionEntry;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 534
            new android.content.RestrictionEntry$1
            dup
            invokespecial android.content.RestrictionEntry$1.<init>:()V
            putstatic android.content.RestrictionEntry.CREATOR:Landroid/os/Parcelable$Creator;
         1: .line 542
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.content.RestrictionEntry this
        start local 1 // int type
        start local 2 // java.lang.String key
         0: .line 144
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 145
            aload 0 /* this */
            iload 1 /* type */
            putfield android.content.RestrictionEntry.mType:I
         2: .line 146
            aload 0 /* this */
            aload 2 /* key */
            putfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
         3: .line 147
            return
        end local 2 // java.lang.String key
        end local 1 // int type
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/content/RestrictionEntry;
            0    4     1  type  I
            0    4     2   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  
      key   

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String selectedString
         0: .line 154
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 155
            aload 0 /* this */
            aload 1 /* key */
            putfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
         2: .line 156
            aload 0 /* this */
            iconst_2
            putfield android.content.RestrictionEntry.mType:I
         3: .line 157
            aload 0 /* this */
            aload 2 /* selectedString */
            putfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
         4: .line 158
            return
        end local 2 // java.lang.String selectedString
        end local 1 // java.lang.String key
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Landroid/content/RestrictionEntry;
            0    5     1             key  Ljava/lang/String;
            0    5     2  selectedString  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      key             
      selectedString  

  public void <init>(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String key
        start local 2 // boolean selectedState
         0: .line 165
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 166
            aload 0 /* this */
            aload 1 /* key */
            putfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
         2: .line 167
            aload 0 /* this */
            iconst_1
            putfield android.content.RestrictionEntry.mType:I
         3: .line 168
            aload 0 /* this */
            iload 2 /* selectedState */
            invokevirtual android.content.RestrictionEntry.setSelectedState:(Z)V
         4: .line 169
            return
        end local 2 // boolean selectedState
        end local 1 // java.lang.String key
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Landroid/content/RestrictionEntry;
            0    5     1            key  Ljava/lang/String;
            0    5     2  selectedState  Z
    MethodParameters:
               Name  Flags
      key            
      selectedState  

  public void <init>(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String[] selectedStrings
         0: .line 176
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 177
            aload 0 /* this */
            aload 1 /* key */
            putfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
         2: .line 178
            aload 0 /* this */
            iconst_4
            putfield android.content.RestrictionEntry.mType:I
         3: .line 179
            aload 0 /* this */
            aload 2 /* selectedStrings */
            putfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
         4: .line 180
            return
        end local 2 // java.lang.String[] selectedStrings
        end local 1 // java.lang.String key
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Landroid/content/RestrictionEntry;
            0    5     1              key  Ljava/lang/String;
            0    5     2  selectedStrings  [Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      key              
      selectedStrings  

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String key
        start local 2 // int selectedInt
         0: .line 187
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 188
            aload 0 /* this */
            aload 1 /* key */
            putfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
         2: .line 189
            aload 0 /* this */
            iconst_5
            putfield android.content.RestrictionEntry.mType:I
         3: .line 190
            aload 0 /* this */
            iload 2 /* selectedInt */
            invokevirtual android.content.RestrictionEntry.setIntValue:(I)V
         4: .line 191
            return
        end local 2 // int selectedInt
        end local 1 // java.lang.String key
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/content/RestrictionEntry;
            0    5     1          key  Ljava/lang/String;
            0    5     2  selectedInt  I
    MethodParameters:
             Name  Flags
      key          
      selectedInt  

  private void <init>(java.lang.String, android.content.RestrictionEntry[], boolean);
    descriptor: (Ljava/lang/String;[Landroid/content/RestrictionEntry;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String key
        start local 2 // android.content.RestrictionEntry[] restrictionEntries
        start local 3 // boolean isBundleArray
         0: .line 203
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 205
            aload 0 /* this */
            aload 1 /* key */
            putfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
         2: .line 206
            iload 3 /* isBundleArray */
            ifeq 12
         3: .line 207
            aload 0 /* this */
            bipush 8
            putfield android.content.RestrictionEntry.mType:I
         4: .line 208
            aload 2 /* restrictionEntries */
            ifnull 13
         5: .line 209
            aload 2 /* restrictionEntries */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 10
      StackMap locals: android.content.RestrictionEntry java.lang.String android.content.RestrictionEntry[] int top int int android.content.RestrictionEntry[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* restriction */
        start local 4 // android.content.RestrictionEntry restriction
         7: .line 210
            aload 4 /* restriction */
            invokevirtual android.content.RestrictionEntry.getType:()I
            bipush 7
            if_icmpeq 9
         8: .line 211
            new java.lang.IllegalArgumentException
            dup
            ldc "bundle_array restriction can only have nested restriction entries of type bundle"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // android.content.RestrictionEntry restriction
         9: .line 209
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        10: iload 5
            iload 6
            if_icmplt 6
        11: .line 216
            goto 13
        12: .line 217
      StackMap locals: android.content.RestrictionEntry java.lang.String android.content.RestrictionEntry[] int
      StackMap stack:
            aload 0 /* this */
            bipush 7
            putfield android.content.RestrictionEntry.mType:I
        13: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* restrictionEntries */
            invokevirtual android.content.RestrictionEntry.setRestrictions:([Landroid/content/RestrictionEntry;)V
        14: .line 220
            return
        end local 3 // boolean isBundleArray
        end local 2 // android.content.RestrictionEntry[] restrictionEntries
        end local 1 // java.lang.String key
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Landroid/content/RestrictionEntry;
            0   15     1                 key  Ljava/lang/String;
            0   15     2  restrictionEntries  [Landroid/content/RestrictionEntry;
            0   15     3       isBundleArray  Z
            7    9     4         restriction  Landroid/content/RestrictionEntry;
    MethodParameters:
                    Name  Flags
      key                 
      restrictionEntries  
      isBundleArray       

  public static android.content.RestrictionEntry createBundleEntry(java.lang.String, android.content.RestrictionEntry[]);
    descriptor: (Ljava/lang/String;[Landroid/content/RestrictionEntry;)Landroid/content/RestrictionEntry;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.String key
        start local 1 // android.content.RestrictionEntry[] restrictionEntries
         0: .line 230
            new android.content.RestrictionEntry
            dup
            aload 0 /* key */
            aload 1 /* restrictionEntries */
            iconst_0
            invokespecial android.content.RestrictionEntry.<init>:(Ljava/lang/String;[Landroid/content/RestrictionEntry;Z)V
            areturn
        end local 1 // android.content.RestrictionEntry[] restrictionEntries
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                 key  Ljava/lang/String;
            0    1     1  restrictionEntries  [Landroid/content/RestrictionEntry;
    MethodParameters:
                    Name  Flags
      key                 
      restrictionEntries  

  public static android.content.RestrictionEntry createBundleArrayEntry(java.lang.String, android.content.RestrictionEntry[]);
    descriptor: (Ljava/lang/String;[Landroid/content/RestrictionEntry;)Landroid/content/RestrictionEntry;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.String key
        start local 1 // android.content.RestrictionEntry[] restrictionEntries
         0: .line 242
            new android.content.RestrictionEntry
            dup
            aload 0 /* key */
            aload 1 /* restrictionEntries */
            iconst_1
            invokespecial android.content.RestrictionEntry.<init>:(Ljava/lang/String;[Landroid/content/RestrictionEntry;Z)V
            areturn
        end local 1 // android.content.RestrictionEntry[] restrictionEntries
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                 key  Ljava/lang/String;
            0    1     1  restrictionEntries  [Landroid/content/RestrictionEntry;
    MethodParameters:
                    Name  Flags
      key                 
      restrictionEntries  

  public void setType(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // int type
         0: .line 250
            aload 0 /* this */
            iload 1 /* type */
            putfield android.content.RestrictionEntry.mType:I
         1: .line 251
            return
        end local 1 // int type
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/RestrictionEntry;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 258
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mType:I
            ireturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public java.lang.String getSelectedString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 267
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            areturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public java.lang.String[] getAllSelectedStrings();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 276
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
            areturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public boolean getSelectedState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 284
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
            ireturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public int getIntValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 292
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            ireturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public void setIntValue(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // int value
         0: .line 300
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            putfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
         1: .line 301
            return
        end local 1 // int value
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/content/RestrictionEntry;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public void setSelectedString(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String selectedString
         0: .line 309
            aload 0 /* this */
            aload 1 /* selectedString */
            putfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
         1: .line 310
            return
        end local 1 // java.lang.String selectedString
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Landroid/content/RestrictionEntry;
            0    2     1  selectedString  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      selectedString  

  public void setSelectedState(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // boolean state
         0: .line 318
            aload 0 /* this */
            iload 1 /* state */
            invokestatic java.lang.Boolean.toString:(Z)Ljava/lang/String;
            putfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
         1: .line 319
            return
        end local 1 // boolean state
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/content/RestrictionEntry;
            0    2     1  state  Z
    MethodParameters:
       Name  Flags
      state  

  public void setAllSelectedStrings(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String[] allSelectedStrings
         0: .line 327
            aload 0 /* this */
            aload 1 /* allSelectedStrings */
            putfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
         1: .line 328
            return
        end local 1 // java.lang.String[] allSelectedStrings
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Landroid/content/RestrictionEntry;
            0    2     1  allSelectedStrings  [Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      allSelectedStrings  

  public void setChoiceValues(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String[] choiceValues
         0: .line 344
            aload 0 /* this */
            aload 1 /* choiceValues */
            putfield android.content.RestrictionEntry.mChoiceValues:[Ljava/lang/String;
         1: .line 345
            return
        end local 1 // java.lang.String[] choiceValues
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/content/RestrictionEntry;
            0    2     1  choiceValues  [Ljava/lang/String;
    MethodParameters:
              Name  Flags
      choiceValues  

  public void setChoiceValues(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.content.RestrictionEntry this
        start local 1 // android.content.Context context
        start local 2 // int stringArrayResId
         0: .line 355
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual android.content.Context.getResources:()Landroid/content/res/Resources;
            iload 2 /* stringArrayResId */
            invokevirtual android.content.res.Resources.getStringArray:(I)[Ljava/lang/String;
            putfield android.content.RestrictionEntry.mChoiceValues:[Ljava/lang/String;
         1: .line 356
            return
        end local 2 // int stringArrayResId
        end local 1 // android.content.Context context
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Landroid/content/RestrictionEntry;
            0    2     1           context  Landroid/content/Context;
            0    2     2  stringArrayResId  I
    MethodParameters:
                  Name  Flags
      context           
      stringArrayResId  

  public android.content.RestrictionEntry[] getRestrictions();
    descriptor: ()[Landroid/content/RestrictionEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 362
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            areturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public void setRestrictions(android.content.RestrictionEntry[]);
    descriptor: ([Landroid/content/RestrictionEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // android.content.RestrictionEntry[] restrictions
         0: .line 371
            aload 0 /* this */
            aload 1 /* restrictions */
            putfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
         1: .line 372
            return
        end local 1 // android.content.RestrictionEntry[] restrictions
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/content/RestrictionEntry;
            0    2     1  restrictions  [Landroid/content/RestrictionEntry;
    MethodParameters:
              Name  Flags
      restrictions  

  public java.lang.String[] getChoiceValues();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 379
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mChoiceValues:[Ljava/lang/String;
            areturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public void setChoiceEntries(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String[] choiceEntries
         0: .line 392
            aload 0 /* this */
            aload 1 /* choiceEntries */
            putfield android.content.RestrictionEntry.mChoiceEntries:[Ljava/lang/String;
         1: .line 393
            return
        end local 1 // java.lang.String[] choiceEntries
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Landroid/content/RestrictionEntry;
            0    2     1  choiceEntries  [Ljava/lang/String;
    MethodParameters:
               Name  Flags
      choiceEntries  

  public void setChoiceEntries(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.content.RestrictionEntry this
        start local 1 // android.content.Context context
        start local 2 // int stringArrayResId
         0: .line 401
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual android.content.Context.getResources:()Landroid/content/res/Resources;
            iload 2 /* stringArrayResId */
            invokevirtual android.content.res.Resources.getStringArray:(I)[Ljava/lang/String;
            putfield android.content.RestrictionEntry.mChoiceEntries:[Ljava/lang/String;
         1: .line 402
            return
        end local 2 // int stringArrayResId
        end local 1 // android.content.Context context
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Landroid/content/RestrictionEntry;
            0    2     1           context  Landroid/content/Context;
            0    2     2  stringArrayResId  I
    MethodParameters:
                  Name  Flags
      context           
      stringArrayResId  

  public java.lang.String[] getChoiceEntries();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 409
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mChoiceEntries:[Ljava/lang/String;
            areturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 417
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mDescription:Ljava/lang/String;
            areturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public void setDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String description
         0: .line 427
            aload 0 /* this */
            aload 1 /* description */
            putfield android.content.RestrictionEntry.mDescription:Ljava/lang/String;
         1: .line 428
            return
        end local 1 // java.lang.String description
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Landroid/content/RestrictionEntry;
            0    2     1  description  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      description  

  public java.lang.String getKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 435
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
            areturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public java.lang.String getTitle();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 443
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mTitle:Ljava/lang/String;
            areturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public void setTitle(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.String title
         0: .line 451
            aload 0 /* this */
            aload 1 /* title */
            putfield android.content.RestrictionEntry.mTitle:Ljava/lang/String;
         1: .line 452
            return
        end local 1 // java.lang.String title
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/content/RestrictionEntry;
            0    2     1  title  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      title  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // java.lang.Object o
         0: .line 456
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 457
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof android.content.RestrictionEntry
            ifne 2
            iconst_0
            ireturn
         2: .line 458
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast android.content.RestrictionEntry
            astore 2 /* other */
        start local 2 // android.content.RestrictionEntry other
         3: .line 459
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mType:I
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mType:I
            if_icmpne 4
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 460
      StackMap locals: android.content.RestrictionEntry
      StackMap stack:
            iconst_0
            ireturn
         5: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
            ifnonnull 9
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
            ifnonnull 9
         6: .line 463
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            ifnonnull 9
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            ifnonnull 9
         7: .line 464
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         8: .line 465
            iconst_1
            ireturn
         9: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            ifnonnull 13
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            ifnonnull 13
        10: .line 468
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            ifnonnull 13
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            ifnonnull 13
        11: .line 469
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 13
        12: .line 470
            iconst_1
            ireturn
        13: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            ifnonnull 17
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            ifnonnull 17
        14: .line 473
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            ifnonnull 17
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            ifnonnull 17
        15: .line 474
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            aload 2 /* other */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 17
        16: .line 475
            iconst_1
            ireturn
        17: .line 477
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // android.content.RestrictionEntry other
        end local 1 // java.lang.Object o
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Landroid/content/RestrictionEntry;
            0   18     1      o  Ljava/lang/Object;
            3   18     2  other  Landroid/content/RestrictionEntry;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 482
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 483
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 484
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            ifnull 5
         3: .line 485
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 486
            goto 15
      StackMap locals: int
      StackMap stack:
         5: aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
            ifnull 13
         6: .line 487
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 11
      StackMap locals: android.content.RestrictionEntry int top int int java.lang.String[]
      StackMap stack:
         7: aload 5
            iload 3
            aaload
            astore 2 /* value */
        start local 2 // java.lang.String value
         8: .line 488
            aload 2 /* value */
            ifnull 10
         9: .line 489
            bipush 31
            iload 1 /* result */
            imul
            aload 2 /* value */
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
        end local 2 // java.lang.String value
        10: .line 487
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        11: iload 3
            iload 4
            if_icmplt 7
        12: .line 492
            goto 15
      StackMap locals: android.content.RestrictionEntry int
      StackMap stack:
        13: aload 0 /* this */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            ifnull 15
        14: .line 493
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            invokestatic java.util.Arrays.hashCode:([Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
        15: .line 495
      StackMap locals:
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Landroid/content/RestrictionEntry;
            1   16     1  result  I
            8   10     2   value  Ljava/lang/String;

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // android.content.RestrictionEntry this
        start local 1 // android.os.Parcel in
         0: .line 498
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 499
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.RestrictionEntry.mType:I
         2: .line 500
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
         3: .line 501
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.content.RestrictionEntry.mTitle:Ljava/lang/String;
         4: .line 502
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.content.RestrictionEntry.mDescription:Ljava/lang/String;
         5: .line 503
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readStringArray:()[Ljava/lang/String;
            putfield android.content.RestrictionEntry.mChoiceEntries:[Ljava/lang/String;
         6: .line 504
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readStringArray:()[Ljava/lang/String;
            putfield android.content.RestrictionEntry.mChoiceValues:[Ljava/lang/String;
         7: .line 505
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
         8: .line 506
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readStringArray:()[Ljava/lang/String;
            putfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
         9: .line 507
            aload 1 /* in */
            aconst_null
            invokevirtual android.os.Parcel.readParcelableArray:(Ljava/lang/ClassLoader;)[Landroid/os/Parcelable;
            astore 2 /* parcelables */
        start local 2 // android.os.Parcelable[] parcelables
        10: .line 508
            aload 2 /* parcelables */
            ifnull 17
        11: .line 509
            aload 0 /* this */
            aload 2 /* parcelables */
            arraylength
            anewarray android.content.RestrictionEntry
            putfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
        12: .line 510
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        13: goto 16
        14: .line 511
      StackMap locals: android.content.RestrictionEntry android.os.Parcel android.os.Parcelable[] int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            iload 3 /* i */
            aload 2 /* parcelables */
            iload 3 /* i */
            aaload
            checkcast android.content.RestrictionEntry
            aastore
        15: .line 510
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            aload 2 /* parcelables */
            arraylength
            if_icmplt 14
        end local 3 // int i
        17: .line 514
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.os.Parcelable[] parcelables
        end local 1 // android.os.Parcel in
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Landroid/content/RestrictionEntry;
            0   18     1           in  Landroid/os/Parcel;
           10   18     2  parcelables  [Landroid/os/Parcelable;
           13   17     3            i  I
    MethodParameters:
      Name  Flags
      in    

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 518
            iconst_0
            ireturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/RestrictionEntry;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.content.RestrictionEntry this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 523
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 524
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         2: .line 525
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mTitle:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 526
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mDescription:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         4: .line 527
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mChoiceEntries:[Ljava/lang/String;
            invokevirtual android.os.Parcel.writeStringArray:([Ljava/lang/String;)V
         5: .line 528
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mChoiceValues:[Ljava/lang/String;
            invokevirtual android.os.Parcel.writeStringArray:([Ljava/lang/String;)V
         6: .line 529
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         7: .line 530
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
            invokevirtual android.os.Parcel.writeStringArray:([Ljava/lang/String;)V
         8: .line 531
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            iconst_0
            invokevirtual android.os.Parcel.writeParcelableArray:([Landroid/os/Parcelable;I)V
         9: .line 532
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Landroid/content/RestrictionEntry;
            0   10     1   dest  Landroid/os/Parcel;
            0   10     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.RestrictionEntry this
         0: .line 546
            new java.lang.StringBuilder
            dup
            ldc "RestrictionEntry{mType="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 547
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 548
            ldc ", mKey='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mKey:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         3: .line 549
            ldc ", mTitle='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mTitle:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         4: .line 550
            ldc ", mDescription='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mDescription:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         5: .line 551
            ldc ", mChoiceEntries="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mChoiceEntries:[Ljava/lang/String;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 552
            ldc ", mChoiceValues="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mChoiceValues:[Ljava/lang/String;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 553
            ldc ", mCurrentValue='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValue:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         8: .line 554
            ldc ", mCurrentValues="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mCurrentValues:[Ljava/lang/String;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 555
            ldc ", mRestrictions="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.RestrictionEntry.mRestrictions:[Landroid/content/RestrictionEntry;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 556
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
        11: .line 546
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.content.RestrictionEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Landroid/content/RestrictionEntry;
}
SourceFile: "RestrictionEntry.java"
NestMembers:
  android.content.RestrictionEntry$1
InnerClasses:
  android.content.RestrictionEntry$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable