class android.speech.tts.TextToSpeech$2 implements android.speech.tts.TextToSpeech$Action<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.tts.TextToSpeech$2
  super_class: java.lang.Object
{
  final android.speech.tts.TextToSpeech this$0;
    descriptor: Landroid/speech/tts/TextToSpeech;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.CharSequence val$text;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$queueMode;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final android.os.Bundle val$params;
    descriptor: Landroid/os/Bundle;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$utteranceId;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.speech.tts.TextToSpeech, java.lang.CharSequence, int, android.os.Bundle, java.lang.String);
    descriptor: (Landroid/speech/tts/TextToSpeech;Ljava/lang/CharSequence;ILandroid/os/Bundle;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // android.speech.tts.TextToSpeech$2 this
         0: .line 1105
            aload 0 /* this */
            aload 1
            putfield android.speech.tts.TextToSpeech$2.this$0:Landroid/speech/tts/TextToSpeech;
            aload 0 /* this */
            aload 2
            putfield android.speech.tts.TextToSpeech$2.val$text:Ljava/lang/CharSequence;
            aload 0 /* this */
            iload 3
            putfield android.speech.tts.TextToSpeech$2.val$queueMode:I
            aload 0 /* this */
            aload 4
            putfield android.speech.tts.TextToSpeech$2.val$params:Landroid/os/Bundle;
            aload 0 /* this */
            aload 5
            putfield android.speech.tts.TextToSpeech$2.val$utteranceId:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.speech.tts.TextToSpeech$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeech$2;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$text         final
      val$queueMode    final
      val$params       final
      val$utteranceId  final

  public java.lang.Integer run(android.speech.tts.ITextToSpeechService);
    descriptor: (Landroid/speech/tts/ITextToSpeechService;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // android.speech.tts.TextToSpeech$2 this
        start local 1 // android.speech.tts.ITextToSpeechService service
         0: .line 1108
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.this$0:Landroid/speech/tts/TextToSpeech;
            getfield android.speech.tts.TextToSpeech.mUtterances:Ljava/util/Map;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.val$text:Ljava/lang/CharSequence;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.net.Uri
            astore 2 /* utteranceUri */
        start local 2 // android.net.Uri utteranceUri
         1: .line 1109
            aload 2 /* utteranceUri */
            ifnull 5
         2: .line 1110
            aload 1 /* service */
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.this$0:Landroid/speech/tts/TextToSpeech;
            invokevirtual android.speech.tts.TextToSpeech.getCallerIdentity:()Landroid/os/IBinder;
            aload 2 /* utteranceUri */
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.val$queueMode:I
         3: .line 1111
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.this$0:Landroid/speech/tts/TextToSpeech;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.val$params:Landroid/os/Bundle;
            invokevirtual android.speech.tts.TextToSpeech.getParams:(Landroid/os/Bundle;)Landroid/os/Bundle;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.val$utteranceId:Ljava/lang/String;
         4: .line 1110
            invokeinterface android.speech.tts.ITextToSpeechService.playAudio:(Landroid/os/IBinder;Landroid/net/Uri;ILandroid/os/Bundle;Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         5: .line 1113
      StackMap locals: android.net.Uri
      StackMap stack:
            aload 1 /* service */
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.this$0:Landroid/speech/tts/TextToSpeech;
            invokevirtual android.speech.tts.TextToSpeech.getCallerIdentity:()Landroid/os/IBinder;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.val$text:Ljava/lang/CharSequence;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.val$queueMode:I
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.this$0:Landroid/speech/tts/TextToSpeech;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.val$params:Landroid/os/Bundle;
            invokevirtual android.speech.tts.TextToSpeech.getParams:(Landroid/os/Bundle;)Landroid/os/Bundle;
         6: .line 1114
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$2.val$utteranceId:Ljava/lang/String;
         7: .line 1113
            invokeinterface android.speech.tts.ITextToSpeechService.speak:(Landroid/os/IBinder;Ljava/lang/CharSequence;ILandroid/os/Bundle;Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // android.net.Uri utteranceUri
        end local 1 // android.speech.tts.ITextToSpeechService service
        end local 0 // android.speech.tts.TextToSpeech$2 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Landroid/speech/tts/TextToSpeech$2;
            0    8     1       service  Landroid/speech/tts/ITextToSpeechService;
            1    8     2  utteranceUri  Landroid/net/Uri;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      service  

  public java.lang.Object run(android.speech.tts.ITextToSpeechService);
    descriptor: (Landroid/speech/tts/ITextToSpeechService;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.speech.tts.TextToSpeech$2.run:(Landroid/speech/tts/ITextToSpeechService;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.RemoteException
}
Signature: Ljava/lang/Object;Landroid/speech/tts/TextToSpeech$Action<Ljava/lang/Integer;>;
SourceFile: "TextToSpeech.java"
EnclosingMethod: android.speech.tts.TextToSpeech.speak:(Ljava/lang/CharSequence;ILandroid/os/Bundle;Ljava/lang/String;)I
NestHost: android.speech.tts.TextToSpeech
InnerClasses:
  android.speech.tts.TextToSpeech$2
  private abstract Action = android.speech.tts.TextToSpeech$Action of android.speech.tts.TextToSpeech