public class android.content.pm.PackageInstaller$Session implements java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.content.pm.PackageInstaller$Session
  super_class: java.lang.Object
{
  private android.content.pm.IPackageInstallerSession mSession;
    descriptor: Landroid/content/pm/IPackageInstallerSession;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.content.pm.IPackageInstallerSession);
    descriptor: (Landroid/content/pm/IPackageInstallerSession;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // android.content.pm.IPackageInstallerSession session
         0: .line 763
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 764
            aload 0 /* this */
            aload 1 /* session */
            putfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
         2: .line 765
            return
        end local 1 // android.content.pm.IPackageInstallerSession session
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Landroid/content/pm/PackageInstaller$Session;
            0    3     1  session  Landroid/content/pm/IPackageInstallerSession;
    MethodParameters:
         Name  Flags
      session  

  public void setProgress(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // float progress
         0: .line 770
            aload 0 /* this */
            fload 1 /* progress */
            invokevirtual android.content.pm.PackageInstaller$Session.setStagingProgress:(F)V
         1: .line 771
            return
        end local 1 // float progress
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/content/pm/PackageInstaller$Session;
            0    2     1  progress  F
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      progress  

  public void setStagingProgress(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // float progress
         0: .line 784
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            fload 1 /* progress */
            invokeinterface android.content.pm.IPackageInstallerSession.setClientProgress:(F)V
         1: .line 785
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         3: .line 786
            aload 2 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // android.os.RemoteException e
         4: .line 788
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float progress
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/content/pm/PackageInstaller$Session;
            0    5     1  progress  F
            3    4     2         e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
          Name  Flags
      progress  

  public void addProgress(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // float progress
         0: .line 793
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            fload 1 /* progress */
            invokeinterface android.content.pm.IPackageInstallerSession.addClientProgress:(F)V
         1: .line 794
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         3: .line 795
            aload 2 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // android.os.RemoteException e
         4: .line 797
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float progress
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/content/pm/PackageInstaller$Session;
            0    5     1  progress  F
            3    4     2         e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
          Name  Flags
      progress  

  public java.io.OutputStream openWrite(java.lang.String, long, long);
    descriptor: (Ljava/lang/String;JJ)Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=4
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // java.lang.String name
        start local 2 // long offsetBytes
        start local 4 // long lengthBytes
         0: .line 832
            getstatic android.content.pm.PackageInstaller.ENABLE_REVOCABLE_FD:Z
            ifeq 5
         1: .line 833
            new android.os.ParcelFileDescriptor$AutoCloseOutputStream
            dup
         2: .line 834
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            aload 1 /* name */
            lload 2 /* offsetBytes */
            lload 4 /* lengthBytes */
            invokeinterface android.content.pm.IPackageInstallerSession.openWrite:(Ljava/lang/String;JJ)Landroid/os/ParcelFileDescriptor;
         3: .line 833
            invokespecial android.os.ParcelFileDescriptor$AutoCloseOutputStream.<init>:(Landroid/os/ParcelFileDescriptor;)V
         4: areturn
         5: .line 836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            aload 1 /* name */
         6: .line 837
            lload 2 /* offsetBytes */
            lload 4 /* lengthBytes */
         7: .line 836
            invokeinterface android.content.pm.IPackageInstallerSession.openWrite:(Ljava/lang/String;JJ)Landroid/os/ParcelFileDescriptor;
            astore 6 /* clientSocket */
        start local 6 // android.os.ParcelFileDescriptor clientSocket
         8: .line 838
            new android.os.FileBridge$FileBridgeOutputStream
            dup
            aload 6 /* clientSocket */
            invokespecial android.os.FileBridge$FileBridgeOutputStream.<init>:(Landroid/os/ParcelFileDescriptor;)V
         9: areturn
        end local 6 // android.os.ParcelFileDescriptor clientSocket
        10: .line 840
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 6 /* e */
        start local 6 // java.lang.RuntimeException e
        11: .line 841
            aload 6 /* e */
            invokestatic android.util.ExceptionUtils.maybeUnwrapIOException:(Ljava/lang/RuntimeException;)V
        12: .line 842
            aload 6 /* e */
            athrow
        end local 6 // java.lang.RuntimeException e
        13: .line 843
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 6 /* e */
        start local 6 // android.os.RemoteException e
        14: .line 844
            aload 6 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 6 // android.os.RemoteException e
        end local 4 // long lengthBytes
        end local 2 // long offsetBytes
        end local 1 // java.lang.String name
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Landroid/content/pm/PackageInstaller$Session;
            0   15     1          name  Ljava/lang/String;
            0   15     2   offsetBytes  J
            0   15     4   lengthBytes  J
            8   10     6  clientSocket  Landroid/os/ParcelFileDescriptor;
           11   13     6             e  Ljava/lang/RuntimeException;
           14   15     6             e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     4      10  Class java.lang.RuntimeException
           5     9      10  Class java.lang.RuntimeException
           0     4      13  Class android.os.RemoteException
           5     9      13  Class android.os.RemoteException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      name         
      offsetBytes  
      lengthBytes  

  public void write(java.lang.String, long, long, android.os.ParcelFileDescriptor);
    descriptor: (Ljava/lang/String;JJLandroid/os/ParcelFileDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // java.lang.String name
        start local 2 // long offsetBytes
        start local 4 // long lengthBytes
        start local 6 // android.os.ParcelFileDescriptor fd
         0: .line 852
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            aload 1 /* name */
            lload 2 /* offsetBytes */
            lload 4 /* lengthBytes */
            aload 6 /* fd */
            invokeinterface android.content.pm.IPackageInstallerSession.write:(Ljava/lang/String;JJLandroid/os/ParcelFileDescriptor;)V
         1: .line 853
            goto 7
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 7 /* e */
        start local 7 // java.lang.RuntimeException e
         3: .line 854
            aload 7 /* e */
            invokestatic android.util.ExceptionUtils.maybeUnwrapIOException:(Ljava/lang/RuntimeException;)V
         4: .line 855
            aload 7 /* e */
            athrow
        end local 7 // java.lang.RuntimeException e
         5: .line 856
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 7 /* e */
        start local 7 // android.os.RemoteException e
         6: .line 857
            aload 7 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 7 // android.os.RemoteException e
         7: .line 859
      StackMap locals:
      StackMap stack:
            return
        end local 6 // android.os.ParcelFileDescriptor fd
        end local 4 // long lengthBytes
        end local 2 // long offsetBytes
        end local 1 // java.lang.String name
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Landroid/content/pm/PackageInstaller$Session;
            0    8     1         name  Ljava/lang/String;
            0    8     2  offsetBytes  J
            0    8     4  lengthBytes  J
            0    8     6           fd  Landroid/os/ParcelFileDescriptor;
            3    5     7            e  Ljava/lang/RuntimeException;
            6    7     7            e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
           0     1       5  Class android.os.RemoteException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      name         
      offsetBytes  
      lengthBytes  
      fd           

  public void fsync(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
         0: .line 870
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tOs cannot be resolved\n\tErrnoException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageInstaller$Session;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public java.lang.String[] getNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.content.pm.PackageInstaller$Session this
         0: .line 897
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            invokeinterface android.content.pm.IPackageInstallerSession.getNames:()[Ljava/lang/String;
         1: areturn
         2: .line 898
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 1 /* e */
        start local 1 // java.lang.RuntimeException e
         3: .line 899
            aload 1 /* e */
            invokestatic android.util.ExceptionUtils.maybeUnwrapIOException:(Ljava/lang/RuntimeException;)V
         4: .line 900
            aload 1 /* e */
            athrow
        end local 1 // java.lang.RuntimeException e
         5: .line 901
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 1 /* e */
        start local 1 // android.os.RemoteException e
         6: .line 902
            aload 1 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // android.os.RemoteException e
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/content/pm/PackageInstaller$Session;
            3    5     1     e  Ljava/lang/RuntimeException;
            6    7     1     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
           0     1       5  Class android.os.RemoteException
    Exceptions:
      throws java.io.IOException

  public java.io.InputStream openRead(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // java.lang.String name
         0: .line 919
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            aload 1 /* name */
            invokeinterface android.content.pm.IPackageInstallerSession.openRead:(Ljava/lang/String;)Landroid/os/ParcelFileDescriptor;
            astore 2 /* pfd */
        start local 2 // android.os.ParcelFileDescriptor pfd
         1: .line 920
            new android.os.ParcelFileDescriptor$AutoCloseInputStream
            dup
            aload 2 /* pfd */
            invokespecial android.os.ParcelFileDescriptor$AutoCloseInputStream.<init>:(Landroid/os/ParcelFileDescriptor;)V
         2: areturn
        end local 2 // android.os.ParcelFileDescriptor pfd
         3: .line 921
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 2 /* e */
        start local 2 // java.lang.RuntimeException e
         4: .line 922
            aload 2 /* e */
            invokestatic android.util.ExceptionUtils.maybeUnwrapIOException:(Ljava/lang/RuntimeException;)V
         5: .line 923
            aload 2 /* e */
            athrow
        end local 2 // java.lang.RuntimeException e
         6: .line 924
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 2 /* e */
        start local 2 // android.os.RemoteException e
         7: .line 925
            aload 2 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // android.os.RemoteException e
        end local 1 // java.lang.String name
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/content/pm/PackageInstaller$Session;
            0    8     1  name  Ljava/lang/String;
            1    3     2   pfd  Landroid/os/ParcelFileDescriptor;
            4    6     2     e  Ljava/lang/RuntimeException;
            7    8     2     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.RuntimeException
           0     2       6  Class android.os.RemoteException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  

  public void removeSplit(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // java.lang.String splitName
         0: .line 941
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            aload 1 /* splitName */
            invokeinterface android.content.pm.IPackageInstallerSession.removeSplit:(Ljava/lang/String;)V
         1: .line 942
            goto 7
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 2 /* e */
        start local 2 // java.lang.RuntimeException e
         3: .line 943
            aload 2 /* e */
            invokestatic android.util.ExceptionUtils.maybeUnwrapIOException:(Ljava/lang/RuntimeException;)V
         4: .line 944
            aload 2 /* e */
            athrow
        end local 2 // java.lang.RuntimeException e
         5: .line 945
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 2 /* e */
        start local 2 // android.os.RemoteException e
         6: .line 946
            aload 2 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // android.os.RemoteException e
         7: .line 948
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String splitName
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Landroid/content/pm/PackageInstaller$Session;
            0    8     1  splitName  Ljava/lang/String;
            3    5     2          e  Ljava/lang/RuntimeException;
            6    7     2          e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
           0     1       5  Class android.os.RemoteException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      splitName  

  public void commit(android.content.IntentSender);
    descriptor: (Landroid/content/IntentSender;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // android.content.IntentSender statusReceiver
         0: .line 969
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            aload 1 /* statusReceiver */
            iconst_0
            invokeinterface android.content.pm.IPackageInstallerSession.commit:(Landroid/content/IntentSender;Z)V
         1: .line 970
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         3: .line 971
            aload 2 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // android.os.RemoteException e
         4: .line 973
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.content.IntentSender statusReceiver
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Landroid/content/pm/PackageInstaller$Session;
            0    5     1  statusReceiver  Landroid/content/IntentSender;
            3    4     2               e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
                Name  Flags
      statusReceiver  

  public void commitTransferred(android.content.IntentSender);
    descriptor: (Landroid/content/IntentSender;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
         0: .line 993
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission.INSTALL_PACKAGES cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/PackageInstaller$Session;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
                Name  Flags
      statusReceiver  

  public void transfer(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.content.pm.PackageInstaller$Session this
        start local 1 // java.lang.String packageName
         0: .line 1024
            aload 1 /* packageName */
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1027
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            aload 1 /* packageName */
            invokeinterface android.content.pm.IPackageInstallerSession.transfer:(Ljava/lang/String;)V
         2: .line 1028
            goto 8
      StackMap locals:
      StackMap stack: android.os.ParcelableException
         3: astore 2 /* e */
        start local 2 // android.os.ParcelableException e
         4: .line 1029
            aload 2 /* e */
            ldc Landroid/content/pm/PackageManager$NameNotFoundException;
            invokevirtual android.os.ParcelableException.maybeRethrow:(Ljava/lang/Class;)V
         5: .line 1030
            new java.lang.RuntimeException
            dup
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // android.os.ParcelableException e
         6: .line 1031
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 2 /* e */
        start local 2 // android.os.RemoteException e
         7: .line 1032
            aload 2 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // android.os.RemoteException e
         8: .line 1034
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String packageName
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Landroid/content/pm/PackageInstaller$Session;
            0    9     1  packageName  Ljava/lang/String;
            4    6     2            e  Landroid/os/ParcelableException;
            7    8     2            e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           1     2       3  Class android.os.ParcelableException
           1     2       6  Class android.os.RemoteException
    Exceptions:
      throws android.content.pm.PackageManager$NameNotFoundException
    MethodParameters:
             Name  Flags
      packageName  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.content.pm.PackageInstaller$Session this
         0: .line 1043
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            invokeinterface android.content.pm.IPackageInstallerSession.close:()V
         1: .line 1044
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 1 /* e */
        start local 1 // android.os.RemoteException e
         3: .line 1045
            aload 1 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // android.os.RemoteException e
         4: .line 1047
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/content/pm/PackageInstaller$Session;
            3    4     1     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException

  public void abandon();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.content.pm.PackageInstaller$Session this
         0: .line 1057
            aload 0 /* this */
            getfield android.content.pm.PackageInstaller$Session.mSession:Landroid/content/pm/IPackageInstallerSession;
            invokeinterface android.content.pm.IPackageInstallerSession.abandon:()V
         1: .line 1058
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 1 /* e */
        start local 1 // android.os.RemoteException e
         3: .line 1059
            aload 1 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // android.os.RemoteException e
         4: .line 1061
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.content.pm.PackageInstaller$Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/content/pm/PackageInstaller$Session;
            3    4     1     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
}
SourceFile: "PackageInstaller.java"
NestHost: android.content.pm.PackageInstaller
InnerClasses:
  public Session = android.content.pm.PackageInstaller$Session of android.content.pm.PackageInstaller
  public NameNotFoundException = android.content.pm.PackageManager$NameNotFoundException of android.content.pm.PackageManager
  public FileBridgeOutputStream = android.os.FileBridge$FileBridgeOutputStream of android.os.FileBridge
  public AutoCloseInputStream = android.os.ParcelFileDescriptor$AutoCloseInputStream of android.os.ParcelFileDescriptor
  public AutoCloseOutputStream = android.os.ParcelFileDescriptor$AutoCloseOutputStream of android.os.ParcelFileDescriptor