abstract class android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams extends android.speech.tts.TextToSpeechService$UtteranceSpeechItem
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams
  super_class: android.speech.tts.TextToSpeechService$UtteranceSpeechItem
{
  protected final android.os.Bundle mParams;
    descriptor: Landroid/os/Bundle;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String mUtteranceId;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  final android.speech.tts.TextToSpeechService this$0;
    descriptor: Landroid/speech/tts/TextToSpeechService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.speech.tts.TextToSpeechService, java.lang.Object, int, int, android.os.Bundle, java.lang.String);
    descriptor: (Landroid/speech/tts/TextToSpeechService;Ljava/lang/Object;IILandroid/os/Bundle;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
        start local 2 // java.lang.Object callerIdentity
        start local 3 // int callerUid
        start local 4 // int callerPid
        start local 5 // android.os.Bundle params
        start local 6 // java.lang.String utteranceId
         0: .line 947
            aload 0 /* this */
            aload 1
            putfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.this$0:Landroid/speech/tts/TextToSpeechService;
         1: .line 948
            aload 0 /* this */
            aload 1
            aload 2 /* callerIdentity */
            iload 3 /* callerUid */
            iload 4 /* callerPid */
            invokespecial android.speech.tts.TextToSpeechService$UtteranceSpeechItem.<init>:(Landroid/speech/tts/TextToSpeechService;Ljava/lang/Object;II)V
         2: .line 949
            aload 0 /* this */
            aload 5 /* params */
            putfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.mParams:Landroid/os/Bundle;
         3: .line 950
            aload 0 /* this */
            aload 6 /* utteranceId */
            putfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.mUtteranceId:Ljava/lang/String;
         4: .line 951
            return
        end local 6 // java.lang.String utteranceId
        end local 5 // android.os.Bundle params
        end local 4 // int callerPid
        end local 3 // int callerUid
        end local 2 // java.lang.Object callerIdentity
        end local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItemWithParams;
            0    5     2  callerIdentity  Ljava/lang/Object;
            0    5     3       callerUid  I
            0    5     4       callerPid  I
            0    5     5          params  Landroid/os/Bundle;
            0    5     6     utteranceId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      this$0          final
      callerIdentity  
      callerUid       
      callerPid       
      params          
      utteranceId     

  boolean hasLanguage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
         0: .line 954
            aload 0 /* this */
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.mParams:Landroid/os/Bundle;
            ldc "language"
            aconst_null
            invokevirtual android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.getStringParam:(Landroid/os/Bundle;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic android.text.TextUtils.isEmpty:(Ljava/lang/CharSequence;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItemWithParams;

  int getSpeechRate();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
         0: .line 958
            aload 0 /* this */
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.mParams:Landroid/os/Bundle;
            ldc "rate"
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.this$0:Landroid/speech/tts/TextToSpeechService;
            invokevirtual android.speech.tts.TextToSpeechService.getDefaultSpeechRate:()I
            invokevirtual android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.getIntParam:(Landroid/os/Bundle;Ljava/lang/String;I)I
            ireturn
        end local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItemWithParams;

  int getPitch();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
         0: .line 962
            aload 0 /* this */
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.mParams:Landroid/os/Bundle;
            ldc "pitch"
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.this$0:Landroid/speech/tts/TextToSpeechService;
            invokevirtual android.speech.tts.TextToSpeechService.getDefaultPitch:()I
            invokevirtual android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.getIntParam:(Landroid/os/Bundle;Ljava/lang/String;I)I
            ireturn
        end local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItemWithParams;

  public java.lang.String getUtteranceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
         0: .line 967
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.mUtteranceId:Ljava/lang/String;
            areturn
        end local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItemWithParams;

  android.speech.tts.TextToSpeechService$AudioOutputParams getAudioParams();
    descriptor: ()Landroid/speech/tts/TextToSpeechService$AudioOutputParams;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
         0: .line 971
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.mParams:Landroid/os/Bundle;
            iconst_1
            invokestatic android.speech.tts.TextToSpeechService$AudioOutputParams.createFromParamsBundle:(Landroid/os/Bundle;Z)Landroid/speech/tts/TextToSpeechService$AudioOutputParams;
            areturn
        end local 0 // android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItemWithParams;
}
SourceFile: "TextToSpeechService.java"
NestHost: android.speech.tts.TextToSpeechService
InnerClasses:
  AudioOutputParams = android.speech.tts.TextToSpeechService$AudioOutputParams of android.speech.tts.TextToSpeechService
  private abstract UtteranceSpeechItem = android.speech.tts.TextToSpeechService$UtteranceSpeechItem of android.speech.tts.TextToSpeechService
  private abstract UtteranceSpeechItemWithParams = android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams of android.speech.tts.TextToSpeechService