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

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

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.speech.RecognitionService$1 this
        start local 1 // android.os.Message msg
         0: .line 79
            aload 1 /* msg */
            getfield android.os.Message.what:I
            tableswitch { // 1 - 4
                    1: 1
                    2: 4
                    3: 6
                    4: 8
              default: 9
          }
         1: .line 81
      StackMap locals:
      StackMap stack:
            aload 1 /* msg */
            getfield android.os.Message.obj:Ljava/lang/Object;
            checkcast android.speech.RecognitionService$StartListeningArgs
            astore 2 /* args */
        start local 2 // android.speech.RecognitionService$StartListeningArgs args
         2: .line 82
            aload 0 /* this */
            getfield android.speech.RecognitionService$1.this$0:Landroid/speech/RecognitionService;
            aload 2 /* args */
            getfield android.speech.RecognitionService$StartListeningArgs.mIntent:Landroid/content/Intent;
            aload 2 /* args */
            getfield android.speech.RecognitionService$StartListeningArgs.mListener:Landroid/speech/IRecognitionListener;
            aload 2 /* args */
            getfield android.speech.RecognitionService$StartListeningArgs.mCallingUid:I
            invokevirtual android.speech.RecognitionService.dispatchStartListening:(Landroid/content/Intent;Landroid/speech/IRecognitionListener;I)V
         3: .line 83
            goto 9
        end local 2 // android.speech.RecognitionService$StartListeningArgs args
         4: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.RecognitionService$1.this$0:Landroid/speech/RecognitionService;
            aload 1 /* msg */
            getfield android.os.Message.obj:Ljava/lang/Object;
            checkcast android.speech.IRecognitionListener
            invokevirtual android.speech.RecognitionService.dispatchStopListening:(Landroid/speech/IRecognitionListener;)V
         5: .line 86
            goto 9
         6: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.RecognitionService$1.this$0:Landroid/speech/RecognitionService;
            aload 1 /* msg */
            getfield android.os.Message.obj:Ljava/lang/Object;
            checkcast android.speech.IRecognitionListener
            invokevirtual android.speech.RecognitionService.dispatchCancel:(Landroid/speech/IRecognitionListener;)V
         7: .line 89
            goto 9
         8: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.RecognitionService$1.this$0:Landroid/speech/RecognitionService;
            invokevirtual android.speech.RecognitionService.dispatchClearCallback:()V
         9: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Message msg
        end local 0 // android.speech.RecognitionService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/speech/RecognitionService$1;
            0   10     1   msg  Landroid/os/Message;
            2    4     2  args  Landroid/speech/RecognitionService$StartListeningArgs;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "RecognitionService.java"
EnclosingMethod: android.speech.RecognitionService
NestHost: android.speech.RecognitionService
InnerClasses:
  android.speech.RecognitionService$1
  private StartListeningArgs = android.speech.RecognitionService$StartListeningArgs of android.speech.RecognitionService