public final class android.content.pm.PackageParser$Package implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.content.pm.PackageParser$Package
  super_class: java.lang.Object
{
  public java.lang.String packageName;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String manifestPackageName;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String[] splitNames;
    descriptor: [Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String volumeUuid;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String codePath;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String baseCodePath;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String[] splitCodePaths;
    descriptor: [Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public int baseRevisionCode;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int[] splitRevisionCodes;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

  public int[] splitFlags;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

  public int[] splitPrivateFlags;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

  public boolean baseHardwareAccelerated;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public android.content.pm.ApplicationInfo applicationInfo;
    descriptor: Landroid/content/pm/ApplicationInfo;
    flags: (0x0001) ACC_PUBLIC

  public final java.util.ArrayList<android.content.pm.PackageParser$Permission> permissions;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/content/pm/PackageParser$Permission;>;

  public final java.util.ArrayList<android.content.pm.PackageParser$PermissionGroup> permissionGroups;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/content/pm/PackageParser$PermissionGroup;>;

  public final java.util.ArrayList<android.content.pm.PackageParser$Activity> activities;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/content/pm/PackageParser$Activity;>;

  public final java.util.ArrayList<android.content.pm.PackageParser$Activity> receivers;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/content/pm/PackageParser$Activity;>;

  public final java.util.ArrayList<android.content.pm.PackageParser$Provider> providers;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/content/pm/PackageParser$Provider;>;

  public final java.util.ArrayList<android.content.pm.PackageParser$Service> services;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/content/pm/PackageParser$Service;>;

  public final java.util.ArrayList<android.content.pm.PackageParser$Instrumentation> instrumentation;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/content/pm/PackageParser$Instrumentation;>;

  public final java.util.ArrayList<java.lang.String> requestedPermissions;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  public java.util.ArrayList<java.lang.String> protectedBroadcasts;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  public android.content.pm.PackageParser$Package parentPackage;
    descriptor: Landroid/content/pm/PackageParser$Package;
    flags: (0x0001) ACC_PUBLIC

  public java.util.ArrayList<android.content.pm.PackageParser$Package> childPackages;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Landroid/content/pm/PackageParser$Package;>;

  public java.lang.String staticSharedLibName;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public long staticSharedLibVersion;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public java.util.ArrayList<java.lang.String> libraryNames;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  public java.util.ArrayList<java.lang.String> usesLibraries;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  public java.util.ArrayList<java.lang.String> usesStaticLibraries;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  public long[] usesStaticLibrariesVersions;
    descriptor: [J
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String[][] usesStaticLibrariesCertDigests;
    descriptor: [[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.util.ArrayList<java.lang.String> usesOptionalLibraries;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  public java.lang.String[] usesLibraryFiles;
    descriptor: [Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.util.ArrayList<android.content.pm.PackageParser$ActivityIntentInfo> preferredActivityFilters;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Landroid/content/pm/PackageParser$ActivityIntentInfo;>;

  public java.util.ArrayList<java.lang.String> mOriginalPackages;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  public java.lang.String mRealPackage;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.util.ArrayList<java.lang.String> mAdoptPermissions;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  public android.os.Bundle mAppMetaData;
    descriptor: Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC

  public int mVersionCode;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int mVersionCodeMajor;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mVersionName;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mSharedUserId;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public int mSharedUserLabel;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public android.content.pm.PackageParser$SigningDetails mSigningDetails;
    descriptor: Landroid/content/pm/PackageParser$SigningDetails;
    flags: (0x0001) ACC_PUBLIC

  public int mPreferredOrder;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public long[] mLastPackageUsageTimeInMills;
    descriptor: [J
    flags: (0x0001) ACC_PUBLIC

  public java.lang.Object mExtras;
    descriptor: Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC

  public java.util.ArrayList<android.content.pm.ConfigurationInfo> configPreferences;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Landroid/content/pm/ConfigurationInfo;>;

  public java.util.ArrayList<android.content.pm.FeatureInfo> reqFeatures;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Landroid/content/pm/FeatureInfo;>;

  public java.util.ArrayList<android.content.pm.FeatureGroupInfo> featureGroups;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Landroid/content/pm/FeatureGroupInfo;>;

  public int installLocation;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean coreApp;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean mRequiredForAllUsers;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mRestrictedAccountType;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mRequiredAccountType;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mOverlayTarget;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mOverlayCategory;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public int mOverlayPriority;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean mOverlayIsStatic;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public int mCompileSdkVersion;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String mCompileSdkVersionCodename;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public android.util.ArraySet<java.lang.String> mUpgradeKeySets;
    descriptor: Landroid/util/ArraySet;
    flags: (0x0001) ACC_PUBLIC
    Signature: Landroid/util/ArraySet<Ljava/lang/String;>;

  public android.util.ArrayMap<java.lang.String, android.util.ArraySet<java.security.PublicKey>> mKeySetMapping;
    descriptor: Landroid/util/ArrayMap;
    flags: (0x0001) ACC_PUBLIC
    Signature: Landroid/util/ArrayMap<Ljava/lang/String;Landroid/util/ArraySet<Ljava/security/PublicKey;>;>;

  public java.lang.String cpuAbiOverride;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public boolean use32bitAbi;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public byte[] restrictUpdateHash;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public boolean visibleToInstantApps;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean isStub;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

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

  public long getLongVersionCode();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6289
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import com.android.internal.R cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.util cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tandroid.Manifest.permission.WRITE_EXTERNAL_STORAGE cannot be resolved to a type\n\tandroid.Manifest.permission.READ_PHONE_STATE cannot be resolved to a type\n\tandroid.Manifest.permission.WRITE_EXTERNAL_STORAGE cannot be resolved to a type\n\tandroid.Manifest.permission.READ_EXTERNAL_STORAGE cannot be resolved to a type\n\tandroid.Manifest.permission.READ_CONTACTS cannot be resolved to a type\n\tandroid.Manifest.permission.READ_CALL_LOG cannot be resolved to a type\n\tandroid.Manifest.permission.WRITE_CONTACTS cannot be resolved to a type\n\tandroid.Manifest.permission.WRITE_CALL_LOG cannot be resolved to a type\n\tStructStat cannot be resolved to a type\n\tandroid.system cannot be resolved\n\tStructStat cannot be resolved to a type\n\tandroid.system cannot be resolved\n\tErrnoException cannot be resolved to a type\n\tOsConstants cannot be resolved to a variable\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tThe method parseBaseApk(String, Resources, XmlResourceParser, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tIoUtils cannot be resolved\n\tThe method parseSplitApk(PackageParser.Package, Resources, XmlResourceParser, int, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tIoUtils cannot be resolved\n\tXmlPullParserException cannot be resolved to a type\n\tThe method parsePackageSplitNames(XmlPullParser, AttributeSet) from the type PackageParser refers to the missing type XmlPullParser\n\tThe method getDepth() is undefined for the type XmlResourceParser\n\tThe method next() is undefined for the type XmlResourceParser\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tThe method getDepth() is undefined for the type XmlResourceParser\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tThe method getName() is undefined for the type XmlResourceParser\n\tThe method skipCurrentTag(XmlPullParser) from the type XmlUtils refers to the missing type XmlPullParser\n\tThe method parseSplitApplication(PackageParser.Package, Resources, XmlResourceParser, int, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tThe method getName() is undefined for the type XmlResourceParser\n\tThe method getName() is undefined for the type XmlResourceParser\n\tThe method skipCurrentTag(XmlPullParser) from the type XmlUtils refers to the missing type XmlPullParser\n\tThe method parseApkLite(String, XmlPullParser, AttributeSet, PackageParser.SigningDetails) from the type PackageParser refers to the missing type XmlPullParser\n\tXmlPullParserException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method w(String, String, Throwable) in the type Slog is not applicable for the arguments (String, String, Object)\n\tThe constructor PackageParser.PackageParserException(int, String, Object) is undefined\n\tIoUtils cannot be resolved\n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tThe method parseBaseApkCommon(PackageParser.Package, Set<String>, Resources, XmlResourceParser, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tXmlPullParserException cannot be resolved to a type\n\tThe method parsePackageSplitNames(XmlPullParser, AttributeSet) from the type PackageParser refers to the missing type XmlPullParser\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tThe method parseBaseApkCommon(PackageParser.Package, Set<String>, Resources, XmlResourceParser, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tXmlPullParserException cannot be resolved to a type\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tcom.android.internal.R cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
             Name  Flags
      packageName  

  public void setApplicationVolumeUuid(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6388
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
            Name  Flags
      volumeUuid  

  public void setApplicationInfoCodePath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6401
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
          Name  Flags
      codePath  

  public void setApplicationInfoResourcePath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6413
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      resourcePath  

  public void setApplicationInfoBaseResourcePath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6425
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      resourcePath  

  public void setApplicationInfoBaseCodePath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6435
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
              Name  Flags
      baseCodePath  

  public java.util.List<java.lang.String> getChildPackageNames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6445
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public boolean hasChildPackage(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6458
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
             Name  Flags
      packageName  

  public void setApplicationInfoSplitCodePaths(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6468
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
                Name  Flags
      splitCodePaths  

  public void setApplicationInfoSplitResourcePaths(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6475
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      resroucePaths  

  public void setSplitCodePaths(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6480
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
           Name  Flags
      codePaths  

  public void setCodePath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6484
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
          Name  Flags
      codePath  

  public void setBaseCodePath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6494
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
              Name  Flags
      baseCodePath  

  public void setSigningDetails(android.content.pm.PackageParser$SigningDetails);
    descriptor: (Landroid/content/pm/PackageParser$SigningDetails;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6505
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
                Name  Flags
      signingDetails  

  public void setVolumeUuid(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6515
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
            Name  Flags
      volumeUuid  

  public void setApplicationInfoFlags(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6525
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
       Name  Flags
      mask   
      flags  

  public void setUse32bitAbi(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6536
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
             Name  Flags
      use32bitAbi  

  public boolean isLibrary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6546
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public java.util.List<java.lang.String> getAllCodePaths();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6550
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.util.List<java.lang.String> getAllCodePathsExcludingResourceOnly();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6563
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public void setPackageName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6578
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
         Name  Flags
      newName  

  public boolean hasComponentClassName(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6604
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
      Name  Flags
      name  

  public boolean isExternal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6634
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public boolean isForwardLocked();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6639
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public boolean isOem();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6644
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public boolean isVendor();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6649
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public boolean isProduct();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6654
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public boolean isPrivileged();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6659
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public boolean isSystem();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6664
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public boolean isUpdatedSystemApp();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6669
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public boolean canHaveOatDir();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6674
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public boolean isMatch(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6682
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
       Name  Flags
      flags  

  public long getLatestPackageUseTimeInMills();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6689
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public long getLatestForegroundPackageUseTimeInMills();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6697
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  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.pm.PackageParser$Package this
         0: .line 6710
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6717
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import com.android.internal.R cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.util cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tandroid.Manifest.permission.WRITE_EXTERNAL_STORAGE cannot be resolved to a type\n\tandroid.Manifest.permission.READ_PHONE_STATE cannot be resolved to a type\n\tandroid.Manifest.permission.WRITE_EXTERNAL_STORAGE cannot be resolved to a type\n\tandroid.Manifest.permission.READ_EXTERNAL_STORAGE cannot be resolved to a type\n\tandroid.Manifest.permission.READ_CONTACTS cannot be resolved to a type\n\tandroid.Manifest.permission.READ_CALL_LOG cannot be resolved to a type\n\tandroid.Manifest.permission.WRITE_CONTACTS cannot be resolved to a type\n\tandroid.Manifest.permission.WRITE_CALL_LOG cannot be resolved to a type\n\tStructStat cannot be resolved to a type\n\tandroid.system cannot be resolved\n\tStructStat cannot be resolved to a type\n\tandroid.system cannot be resolved\n\tErrnoException cannot be resolved to a type\n\tOsConstants cannot be resolved to a variable\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tThe method parseBaseApk(String, Resources, XmlResourceParser, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tIoUtils cannot be resolved\n\tThe method parseSplitApk(PackageParser.Package, Resources, XmlResourceParser, int, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tIoUtils cannot be resolved\n\tXmlPullParserException cannot be resolved to a type\n\tThe method parsePackageSplitNames(XmlPullParser, AttributeSet) from the type PackageParser refers to the missing type XmlPullParser\n\tThe method getDepth() is undefined for the type XmlResourceParser\n\tThe method next() is undefined for the type XmlResourceParser\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tThe method getDepth() is undefined for the type XmlResourceParser\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tThe method getName() is undefined for the type XmlResourceParser\n\tThe method skipCurrentTag(XmlPullParser) from the type XmlUtils refers to the missing type XmlPullParser\n\tThe method parseSplitApplication(PackageParser.Package, Resources, XmlResourceParser, int, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tThe method getName() is undefined for the type XmlResourceParser\n\tThe method getName() is undefined for the type XmlResourceParser\n\tThe method skipCurrentTag(XmlPullParser) from the type XmlUtils refers to the missing type XmlPullParser\n\tThe method parseApkLite(String, XmlPullParser, AttributeSet, PackageParser.SigningDetails) from the type PackageParser refers to the missing type XmlPullParser\n\tXmlPullParserException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method w(String, String, Throwable) in the type Slog is not applicable for the arguments (String, String, Object)\n\tThe constructor PackageParser.PackageParserException(int, String, Object) is undefined\n\tIoUtils cannot be resolved\n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tThe method parseBaseApkCommon(PackageParser.Package, Set<String>, Resources, XmlResourceParser, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tXmlPullParserException cannot be resolved to a type\n\tThe method parsePackageSplitNames(XmlPullParser, AttributeSet) from the type PackageParser refers to the missing type XmlPullParser\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tThe method parseBaseApkCommon(PackageParser.Package, Set<String>, Resources, XmlResourceParser, int, String[]) from the type PackageParser refers to the missing type XmlPullParserException\n\tXmlPullParserException cannot be resolved to a type\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tcom.android.internal.R cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
      Name  Flags
      dest  

  private static void internStringArrayList(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 6871
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
      Name  Flags
      list  

  private void fixupOwner(java.util.List<? extends android.content.pm.PackageParser$Component<?>>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageParser$Package this
         0: .line 6884
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    Signature: (Ljava/util/List<+Landroid/content/pm/PackageParser$Component<*>;>;)V
    MethodParameters:
      Name  Flags
      list  

  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.PackageParser$Package this
         0: .line 6900
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageParser$Package this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
       Name  Flags
      dest   
      flags  

  private static void writeKeySetMapping(android.os.Parcel, android.util.ArrayMap<java.lang.String, android.util.ArraySet<java.security.PublicKey>>);
    descriptor: (Landroid/os/Parcel;Landroid/util/ArrayMap;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 6997
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Landroid/os/Parcel;Landroid/util/ArrayMap<Ljava/lang/String;Landroid/util/ArraySet<Ljava/security/PublicKey;>;>;)V
    MethodParameters:
               Name  Flags
      dest           
      keySetMapping  

  private static android.util.ArrayMap<java.lang.String, android.util.ArraySet<java.security.PublicKey>> readKeySetMapping(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/util/ArrayMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 7027
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Landroid/os/Parcel;)Landroid/util/ArrayMap<Ljava/lang/String;Landroid/util/ArraySet<Ljava/security/PublicKey;>;>;
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "PackageParser.java"
NestHost: android.content.pm.PackageParser
InnerClasses:
  public final Activity = android.content.pm.PackageParser$Activity of android.content.pm.PackageParser
  public final ActivityIntentInfo = android.content.pm.PackageParser$ActivityIntentInfo of android.content.pm.PackageParser
  public abstract Component = android.content.pm.PackageParser$Component of android.content.pm.PackageParser
  public final Instrumentation = android.content.pm.PackageParser$Instrumentation of android.content.pm.PackageParser
  public abstract IntentInfo = android.content.pm.PackageParser$IntentInfo of android.content.pm.PackageParser
  public final Package = android.content.pm.PackageParser$Package of android.content.pm.PackageParser
  public final Permission = android.content.pm.PackageParser$Permission of android.content.pm.PackageParser
  public final PermissionGroup = android.content.pm.PackageParser$PermissionGroup of android.content.pm.PackageParser
  public final Provider = android.content.pm.PackageParser$Provider of android.content.pm.PackageParser
  public final Service = android.content.pm.PackageParser$Service of android.content.pm.PackageParser
  public final SigningDetails = android.content.pm.PackageParser$SigningDetails of android.content.pm.PackageParser
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable