public class android.media.midi.MidiDevice$MidiConnection implements java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.media.midi.MidiDevice$MidiConnection
  super_class: java.lang.Object
{
  private final android.media.midi.IMidiDeviceServer mInputPortDeviceServer;
    descriptor: Landroid/media/midi/IMidiDeviceServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.os.IBinder mInputPortToken;
    descriptor: Landroid/os/IBinder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.os.IBinder mOutputPortToken;
    descriptor: Landroid/os/IBinder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final CloseGuard mGuard;
    descriptor: LCloseGuard;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean mIsClosed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(android.media.midi.MidiDevice, android.os.IBinder, android.media.midi.MidiInputPort);
    descriptor: (Landroid/media/midi/MidiDevice;Landroid/os/IBinder;Landroid/media/midi/MidiInputPort;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.media.midi.MidiDevice$MidiConnection this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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\tCloseGuard cannot be resolved to a type\n\tCloseGuard 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\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\tCloseGuard cannot be resolved to a type\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\tCloseGuard cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.midi.MidiDevice$MidiConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/midi/MidiDevice$MidiConnection;
    MethodParameters:
                 Name  Flags
      this$0           final
      outputPortToken  
      inputPort        

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.media.midi.MidiDevice$MidiConnection this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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.MidiDevice$MidiConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/midi/MidiDevice$MidiConnection;
    Exceptions:
      throws java.io.IOException

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.media.midi.MidiDevice$MidiConnection this
         0: .line 106
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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.MidiDevice$MidiConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/midi/MidiDevice$MidiConnection;
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "MidiDevice.java"
NestHost: android.media.midi.MidiDevice
InnerClasses:
  public MidiConnection = android.media.midi.MidiDevice$MidiConnection of android.media.midi.MidiDevice