public final class android.content.pm.FeatureGroupInfo implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.content.pm.FeatureGroupInfo
  super_class: java.lang.Object
{
  public android.content.pm.FeatureInfo[] features;
    descriptor: [Landroid/content/pm/FeatureInfo;
    flags: (0x0001) ACC_PUBLIC

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.FeatureGroupInfo this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            return
        end local 0 // android.content.pm.FeatureGroupInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/pm/FeatureGroupInfo;

  public void <init>(android.content.pm.FeatureGroupInfo);
    descriptor: (Landroid/content/pm/FeatureGroupInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.FeatureGroupInfo this
        start local 1 // android.content.pm.FeatureGroupInfo other
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* other */
            getfield android.content.pm.FeatureGroupInfo.features:[Landroid/content/pm/FeatureInfo;
            putfield android.content.pm.FeatureGroupInfo.features:[Landroid/content/pm/FeatureInfo;
         2: .line 40
            return
        end local 1 // android.content.pm.FeatureGroupInfo other
        end local 0 // android.content.pm.FeatureGroupInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/content/pm/FeatureGroupInfo;
            0    3     1  other  Landroid/content/pm/FeatureGroupInfo;
    MethodParameters:
       Name  Flags
      other  

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

  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.pm.FeatureGroupInfo this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 49
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.pm.FeatureGroupInfo.features:[Landroid/content/pm/FeatureInfo;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeTypedArray:([Landroid/os/Parcelable;I)V
         1: .line 50
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.content.pm.FeatureGroupInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/content/pm/FeatureGroupInfo;
            0    2     1   dest  Landroid/os/Parcel;
            0    2     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "FeatureGroupInfo.java"
NestMembers:
  android.content.pm.FeatureGroupInfo$1
InnerClasses:
  android.content.pm.FeatureGroupInfo$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable