abstract class android.media.midi.MidiDeviceServer$PortClient implements android.os.IBinder$DeathRecipient
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: android.media.midi.MidiDeviceServer$PortClient
  super_class: java.lang.Object
{
  final android.os.IBinder mToken;
    descriptor: Landroid/os/IBinder;
    flags: (0x0010) ACC_FINAL

  final android.media.midi.MidiDeviceServer this$0;
    descriptor: Landroid/media/midi/MidiDeviceServer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.media.midi.MidiDeviceServer, android.os.IBinder);
    descriptor: (Landroid/media/midi/MidiDeviceServer;Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.media.midi.MidiDeviceServer$PortClient this
         0: .line 23
            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 dalvik.system cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tOs cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tOsConstants cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.midi.MidiDeviceServer$PortClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/midi/MidiDeviceServer$PortClient;
    MethodParameters:
        Name  Flags
      this$0  final
      token   

  abstract void close();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT

  android.media.midi.MidiInputPort getInputPort();
    descriptor: ()Landroid/media/midi/MidiInputPort;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.media.midi.MidiDeviceServer$PortClient this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.midi.MidiDeviceServer$PortClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/midi/MidiDeviceServer$PortClient;

  public void binderDied();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.media.midi.MidiDeviceServer$PortClient this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.midi.MidiDeviceServer$PortClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/midi/MidiDeviceServer$PortClient;
}
SourceFile: "MidiDeviceServer.java"
NestHost: android.media.midi.MidiDeviceServer
InnerClasses:
  private abstract PortClient = android.media.midi.MidiDeviceServer$PortClient of android.media.midi.MidiDeviceServer
  public abstract DeathRecipient = android.os.IBinder$DeathRecipient of android.os.IBinder