class android.speech.SpeechRecognizer$1 extends android.os.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.SpeechRecognizer$1
  super_class: android.os.Handler
{
  final android.speech.SpeechRecognizer this$0;
    descriptor: Landroid/speech/SpeechRecognizer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.speech.SpeechRecognizer);
    descriptor: (Landroid/speech/SpeechRecognizer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.speech.SpeechRecognizer$1 this
         0: .line 126
            aload 0 /* this */
            aload 1
            putfield android.speech.SpeechRecognizer$1.this$0:Landroid/speech/SpeechRecognizer;
            aload 0 /* this */
            invokespecial android.os.Handler.<init>:()V
            return
        end local 0 // android.speech.SpeechRecognizer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/SpeechRecognizer$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.speech.SpeechRecognizer$1 this
        start local 1 // android.os.Message msg
         0: .line 129
            aload 1 /* msg */
            getfield android.os.Message.what:I
            tableswitch { // 1 - 4
                    1: 1
                    2: 3
                    3: 5
                    4: 7
              default: 8
          }
         1: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$1.this$0:Landroid/speech/SpeechRecognizer;
            aload 1 /* msg */
            getfield android.os.Message.obj:Ljava/lang/Object;
            checkcast android.content.Intent
            invokevirtual android.speech.SpeechRecognizer.handleStartListening:(Landroid/content/Intent;)V
         2: .line 132
            goto 8
         3: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$1.this$0:Landroid/speech/SpeechRecognizer;
            invokevirtual android.speech.SpeechRecognizer.handleStopMessage:()V
         4: .line 135
            goto 8
         5: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$1.this$0:Landroid/speech/SpeechRecognizer;
            invokevirtual android.speech.SpeechRecognizer.handleCancelMessage:()V
         6: .line 138
            goto 8
         7: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$1.this$0:Landroid/speech/SpeechRecognizer;
            aload 1 /* msg */
            getfield android.os.Message.obj:Ljava/lang/Object;
            checkcast android.speech.RecognitionListener
            invokevirtual android.speech.SpeechRecognizer.handleChangeListener:(Landroid/speech/RecognitionListener;)V
         8: .line 143
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Message msg
        end local 0 // android.speech.SpeechRecognizer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/speech/SpeechRecognizer$1;
            0    9     1   msg  Landroid/os/Message;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "SpeechRecognizer.java"
EnclosingMethod: android.speech.SpeechRecognizer
NestHost: android.speech.SpeechRecognizer
InnerClasses:
  android.speech.SpeechRecognizer$1