class android.speech.SpeechRecognizer$Connection implements android.content.ServiceConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.SpeechRecognizer$Connection
  super_class: java.lang.Object
{
  final android.speech.SpeechRecognizer this$0;
    descriptor: Landroid/speech/SpeechRecognizer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(android.speech.SpeechRecognizer);
    descriptor: (Landroid/speech/SpeechRecognizer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.speech.SpeechRecognizer$Connection this
         0: .line 168
            aload 0 /* this */
            aload 1
            putfield android.speech.SpeechRecognizer$Connection.this$0:Landroid/speech/SpeechRecognizer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.speech.SpeechRecognizer$Connection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/SpeechRecognizer$Connection;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onServiceConnected(android.content.ComponentName, android.os.IBinder);
    descriptor: (Landroid/content/ComponentName;Landroid/os/IBinder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.speech.SpeechRecognizer$Connection this
        start local 1 // android.content.ComponentName name
        start local 2 // android.os.IBinder service
         0: .line 172
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$Connection.this$0:Landroid/speech/SpeechRecognizer;
            aload 2 /* service */
            invokestatic android.speech.IRecognitionService$Stub.asInterface:(Landroid/os/IBinder;)Landroid/speech/IRecognitionService;
            putfield android.speech.SpeechRecognizer.mService:Landroid/speech/IRecognitionService;
         1: .line 174
            goto 3
         2: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$Connection.this$0:Landroid/speech/SpeechRecognizer;
            getfield android.speech.SpeechRecognizer.mHandler:Landroid/os/Handler;
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$Connection.this$0:Landroid/speech/SpeechRecognizer;
            getfield android.speech.SpeechRecognizer.mPendingTasks:Ljava/util/Queue;
            invokeinterface java.util.Queue.poll:()Ljava/lang/Object;
            checkcast android.os.Message
            invokevirtual android.os.Handler.sendMessage:(Landroid/os/Message;)Z
            pop
         3: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$Connection.this$0:Landroid/speech/SpeechRecognizer;
            getfield android.speech.SpeechRecognizer.mPendingTasks:Ljava/util/Queue;
            invokeinterface java.util.Queue.isEmpty:()Z
            ifeq 2
         4: .line 177
            return
        end local 2 // android.os.IBinder service
        end local 1 // android.content.ComponentName name
        end local 0 // android.speech.SpeechRecognizer$Connection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/speech/SpeechRecognizer$Connection;
            0    5     1     name  Landroid/content/ComponentName;
            0    5     2  service  Landroid/os/IBinder;
    MethodParameters:
         Name  Flags
      name     final
      service  final

  public void onServiceDisconnected(android.content.ComponentName);
    descriptor: (Landroid/content/ComponentName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.speech.SpeechRecognizer$Connection this
        start local 1 // android.content.ComponentName name
         0: .line 181
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$Connection.this$0:Landroid/speech/SpeechRecognizer;
            aconst_null
            putfield android.speech.SpeechRecognizer.mService:Landroid/speech/IRecognitionService;
         1: .line 182
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$Connection.this$0:Landroid/speech/SpeechRecognizer;
            aconst_null
            putfield android.speech.SpeechRecognizer.mConnection:Landroid/speech/SpeechRecognizer$Connection;
         2: .line 183
            aload 0 /* this */
            getfield android.speech.SpeechRecognizer$Connection.this$0:Landroid/speech/SpeechRecognizer;
            getfield android.speech.SpeechRecognizer.mPendingTasks:Ljava/util/Queue;
            invokeinterface java.util.Queue.clear:()V
         3: .line 185
            return
        end local 1 // android.content.ComponentName name
        end local 0 // android.speech.SpeechRecognizer$Connection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/speech/SpeechRecognizer$Connection;
            0    4     1  name  Landroid/content/ComponentName;
    MethodParameters:
      Name  Flags
      name  final
}
SourceFile: "SpeechRecognizer.java"
NestHost: android.speech.SpeechRecognizer
InnerClasses:
  public abstract Stub = android.speech.IRecognitionService$Stub of android.speech.IRecognitionService
  private Connection = android.speech.SpeechRecognizer$Connection of android.speech.SpeechRecognizer