final class android.app.LoadedApk$ServiceDispatcher$DeathMonitor implements android.os.IBinder$DeathRecipient
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.LoadedApk$ServiceDispatcher$DeathMonitor
  super_class: java.lang.Object
{
  final android.content.ComponentName mName;
    descriptor: Landroid/content/ComponentName;
    flags: (0x0010) ACC_FINAL

  final android.os.IBinder mService;
    descriptor: Landroid/os/IBinder;
    flags: (0x0010) ACC_FINAL

  final android.app.LoadedApk$ServiceDispatcher this$1;
    descriptor: Landroid/app/LoadedApk$ServiceDispatcher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.app.LoadedApk$ServiceDispatcher, android.content.ComponentName, android.os.IBinder);
    descriptor: (Landroid/app/LoadedApk$ServiceDispatcher;Landroid/content/ComponentName;Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.app.LoadedApk$ServiceDispatcher$DeathMonitor this
        start local 2 // android.content.ComponentName name
        start local 3 // android.os.IBinder service
         0: .line 1776
            aload 0 /* this */
            aload 1
            putfield android.app.LoadedApk$ServiceDispatcher$DeathMonitor.this$1:Landroid/app/LoadedApk$ServiceDispatcher;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1777
            aload 0 /* this */
            aload 2 /* name */
            putfield android.app.LoadedApk$ServiceDispatcher$DeathMonitor.mName:Landroid/content/ComponentName;
         2: .line 1778
            aload 0 /* this */
            aload 3 /* service */
            putfield android.app.LoadedApk$ServiceDispatcher$DeathMonitor.mService:Landroid/os/IBinder;
         3: .line 1779
            return
        end local 3 // android.os.IBinder service
        end local 2 // android.content.ComponentName name
        end local 0 // android.app.LoadedApk$ServiceDispatcher$DeathMonitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/app/LoadedApk$ServiceDispatcher$DeathMonitor;
            0    4     2     name  Landroid/content/ComponentName;
            0    4     3  service  Landroid/os/IBinder;
    MethodParameters:
         Name  Flags
      this$0   final
      name     
      service  

  public void binderDied();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.app.LoadedApk$ServiceDispatcher$DeathMonitor this
         0: .line 1782
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$DeathMonitor.this$1:Landroid/app/LoadedApk$ServiceDispatcher;
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$DeathMonitor.mName:Landroid/content/ComponentName;
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$DeathMonitor.mService:Landroid/os/IBinder;
            invokevirtual android.app.LoadedApk$ServiceDispatcher.death:(Landroid/content/ComponentName;Landroid/os/IBinder;)V
         1: .line 1783
            return
        end local 0 // android.app.LoadedApk$ServiceDispatcher$DeathMonitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/LoadedApk$ServiceDispatcher$DeathMonitor;
}
SourceFile: "LoadedApk.java"
NestHost: android.app.LoadedApk
InnerClasses:
  final ServiceDispatcher = android.app.LoadedApk$ServiceDispatcher of android.app.LoadedApk
  private final DeathMonitor = android.app.LoadedApk$ServiceDispatcher$DeathMonitor of android.app.LoadedApk$ServiceDispatcher
  public abstract DeathRecipient = android.os.IBinder$DeathRecipient of android.os.IBinder