class android.speech.RecognitionService$2 implements android.os.IBinder$DeathRecipient
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.RecognitionService$2
  super_class: java.lang.Object
{
  final android.speech.RecognitionService this$0;
    descriptor: Landroid/speech/RecognitionService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final android.speech.IRecognitionListener val$listener;
    descriptor: Landroid/speech/IRecognitionListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.speech.RecognitionService, android.speech.IRecognitionListener);
    descriptor: (Landroid/speech/RecognitionService;Landroid/speech/IRecognitionListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.speech.RecognitionService$2 this
         0: .line 102
            aload 0 /* this */
            aload 1
            putfield android.speech.RecognitionService$2.this$0:Landroid/speech/RecognitionService;
            aload 0 /* this */
            aload 2
            putfield android.speech.RecognitionService$2.val$listener:Landroid/speech/IRecognitionListener;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.speech.RecognitionService$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/RecognitionService$2;
    MethodParameters:
              Name  Flags
      this$0        final
      val$listener  final

  public void binderDied();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.speech.RecognitionService$2 this
         0: .line 105
            aload 0 /* this */
            getfield android.speech.RecognitionService$2.this$0:Landroid/speech/RecognitionService;
            getfield android.speech.RecognitionService.mHandler:Landroid/os/Handler;
            aload 0 /* this */
            getfield android.speech.RecognitionService$2.this$0:Landroid/speech/RecognitionService;
            getfield android.speech.RecognitionService.mHandler:Landroid/os/Handler;
            iconst_3
            aload 0 /* this */
            getfield android.speech.RecognitionService$2.val$listener:Landroid/speech/IRecognitionListener;
            invokevirtual android.os.Handler.obtainMessage:(ILjava/lang/Object;)Landroid/os/Message;
            invokevirtual android.os.Handler.sendMessage:(Landroid/os/Message;)Z
            pop
         1: .line 106
            return
        end local 0 // android.speech.RecognitionService$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/speech/RecognitionService$2;
}
SourceFile: "RecognitionService.java"
EnclosingMethod: android.speech.RecognitionService.dispatchStartListening:(Landroid/content/Intent;Landroid/speech/IRecognitionListener;I)V
NestHost: android.speech.RecognitionService
InnerClasses:
  public abstract DeathRecipient = android.os.IBinder$DeathRecipient of android.os.IBinder
  android.speech.RecognitionService$2