public class android.content.pm.PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary extends android.content.pm.PackageSharedLibraryUpdater
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.content.pm.PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary
  super_class: android.content.pm.PackageSharedLibraryUpdater
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary this
         0: .line 189
            aload 0 /* this */
            invokespecial android.content.pm.PackageSharedLibraryUpdater.<init>:()V
            return
        end local 0 // android.content.pm.PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary;

  public void updatePackage(android.content.pm.PackageParser$Package);
    descriptor: (Landroid/content/pm/PackageParser$Package;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary this
        start local 1 // android.content.pm.PackageParser$Package pkg
         0: .line 194
            aload 1 /* pkg */
            ldc "org.apache.http.legacy"
            invokestatic android.content.pm.PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary.removeLibrary:(Landroid/content/pm/PackageParser$Package;Ljava/lang/String;)V
         1: .line 195
            return
        end local 1 // android.content.pm.PackageParser$Package pkg
        end local 0 // android.content.pm.PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/pm/PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary;
            0    2     1   pkg  Landroid/content/pm/PackageParser$Package;
    MethodParameters:
      Name  Flags
      pkg   
}
SourceFile: "PackageBackwardCompatibility.java"
NestHost: android.content.pm.PackageBackwardCompatibility
InnerClasses:
  public RemoveUnnecessaryOrgApacheHttpLegacyLibrary = android.content.pm.PackageBackwardCompatibility$RemoveUnnecessaryOrgApacheHttpLegacyLibrary of android.content.pm.PackageBackwardCompatibility
  public final Package = android.content.pm.PackageParser$Package of android.content.pm.PackageParser
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()