class android.speech.tts.TextToSpeechService$AudioSpeechItem extends android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.tts.TextToSpeechService$AudioSpeechItem
  super_class: android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams
{
  private final android.speech.tts.AudioPlaybackQueueItem mItem;
    descriptor: Landroid/speech/tts/AudioPlaybackQueueItem;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(android.speech.tts.TextToSpeechService, java.lang.Object, int, int, android.os.Bundle, java.lang.String, android.net.Uri);
    descriptor: (Landroid/speech/tts/TextToSpeechService;Ljava/lang/Object;IILandroid/os/Bundle;Ljava/lang/String;Landroid/net/Uri;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem 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
        start local 7 // android.net.Uri uri
         0: .line 1134
            aload 0 /* this */
            aload 1
            putfield android.speech.tts.TextToSpeechService$AudioSpeechItem.this$0:Landroid/speech/tts/TextToSpeechService;
         1: .line 1135
            aload 0 /* this */
            aload 1
            aload 2 /* callerIdentity */
            iload 3 /* callerUid */
            iload 4 /* callerPid */
            aload 5 /* params */
            aload 6 /* utteranceId */
            invokespecial android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams.<init>:(Landroid/speech/tts/TextToSpeechService;Ljava/lang/Object;IILandroid/os/Bundle;Ljava/lang/String;)V
         2: .line 1136
            aload 0 /* this */
            new android.speech.tts.AudioPlaybackQueueItem
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual android.speech.tts.TextToSpeechService$AudioSpeechItem.getCallerIdentity:()Ljava/lang/Object;
         3: .line 1137
            aload 1
            aload 7 /* uri */
            aload 0 /* this */
            invokevirtual android.speech.tts.TextToSpeechService$AudioSpeechItem.getAudioParams:()Landroid/speech/tts/TextToSpeechService$AudioOutputParams;
            invokespecial android.speech.tts.AudioPlaybackQueueItem.<init>:(Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;Ljava/lang/Object;Landroid/content/Context;Landroid/net/Uri;Landroid/speech/tts/TextToSpeechService$AudioOutputParams;)V
         4: .line 1136
            putfield android.speech.tts.TextToSpeechService$AudioSpeechItem.mItem:Landroid/speech/tts/AudioPlaybackQueueItem;
         5: .line 1138
            return
        end local 7 // android.net.Uri uri
        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$AudioSpeechItem this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Landroid/speech/tts/TextToSpeechService$AudioSpeechItem;
            0    6     2  callerIdentity  Ljava/lang/Object;
            0    6     3       callerUid  I
            0    6     4       callerPid  I
            0    6     5          params  Landroid/os/Bundle;
            0    6     6     utteranceId  Ljava/lang/String;
            0    6     7             uri  Landroid/net/Uri;
    MethodParameters:
                Name  Flags
      this$0          final
      callerIdentity  
      callerUid       
      callerPid       
      params          
      utteranceId     
      uri             

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem this
         0: .line 1142
            iconst_1
            ireturn
        end local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$AudioSpeechItem;

  protected void playImpl();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem this
         0: .line 1147
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$AudioSpeechItem.this$0:Landroid/speech/tts/TextToSpeechService;
            getfield android.speech.tts.TextToSpeechService.mAudioPlaybackHandler:Landroid/speech/tts/AudioPlaybackHandler;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$AudioSpeechItem.mItem:Landroid/speech/tts/AudioPlaybackQueueItem;
            invokevirtual android.speech.tts.AudioPlaybackHandler.enqueue:(Landroid/speech/tts/PlaybackQueueItem;)V
         1: .line 1148
            return
        end local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/speech/tts/TextToSpeechService$AudioSpeechItem;

  protected void stopImpl();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem this
         0: .line 1153
            return
        end local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$AudioSpeechItem;

  public java.lang.String getUtteranceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem this
         0: .line 1157
            aload 0 /* this */
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$AudioSpeechItem.mParams:Landroid/os/Bundle;
            ldc "utteranceId"
            aconst_null
            invokevirtual android.speech.tts.TextToSpeechService$AudioSpeechItem.getStringParam:(Landroid/os/Bundle;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$AudioSpeechItem;

  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$AudioSpeechItem this
         0: .line 1162
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$AudioSpeechItem.mParams:Landroid/os/Bundle;
            iconst_0
            invokestatic android.speech.tts.TextToSpeechService$AudioOutputParams.createFromParamsBundle:(Landroid/os/Bundle;Z)Landroid/speech/tts/TextToSpeechService$AudioOutputParams;
            areturn
        end local 0 // android.speech.tts.TextToSpeechService$AudioSpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$AudioSpeechItem;
}
SourceFile: "TextToSpeechService.java"
NestHost: android.speech.tts.TextToSpeechService
InnerClasses:
  AudioOutputParams = android.speech.tts.TextToSpeechService$AudioOutputParams of android.speech.tts.TextToSpeechService
  private AudioSpeechItem = android.speech.tts.TextToSpeechService$AudioSpeechItem of android.speech.tts.TextToSpeechService
  abstract UtteranceProgressDispatcher = android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher of android.speech.tts.TextToSpeechService
  private abstract UtteranceSpeechItemWithParams = android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams of android.speech.tts.TextToSpeechService