abstract class android.speech.tts.PlaybackQueueItem implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: android.speech.tts.PlaybackQueueItem
  super_class: java.lang.Object
{
  private final android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher mDispatcher;
    descriptor: Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object mCallerIdentity;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher, java.lang.Object);
    descriptor: (Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.speech.tts.PlaybackQueueItem this
        start local 1 // android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher dispatcher
        start local 2 // java.lang.Object callerIdentity
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 13
            aload 0 /* this */
            aload 1 /* dispatcher */
            putfield android.speech.tts.PlaybackQueueItem.mDispatcher:Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
         2: .line 14
            aload 0 /* this */
            aload 2 /* callerIdentity */
            putfield android.speech.tts.PlaybackQueueItem.mCallerIdentity:Ljava/lang/Object;
         3: .line 15
            return
        end local 2 // java.lang.Object callerIdentity
        end local 1 // android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher dispatcher
        end local 0 // android.speech.tts.PlaybackQueueItem this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Landroid/speech/tts/PlaybackQueueItem;
            0    4     1      dispatcher  Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
            0    4     2  callerIdentity  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      dispatcher      
      callerIdentity  

  java.lang.Object getCallerIdentity();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.PlaybackQueueItem this
         0: .line 18
            aload 0 /* this */
            getfield android.speech.tts.PlaybackQueueItem.mCallerIdentity:Ljava/lang/Object;
            areturn
        end local 0 // android.speech.tts.PlaybackQueueItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/PlaybackQueueItem;

  protected android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher getDispatcher();
    descriptor: ()Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.PlaybackQueueItem this
         0: .line 22
            aload 0 /* this */
            getfield android.speech.tts.PlaybackQueueItem.mDispatcher:Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
            areturn
        end local 0 // android.speech.tts.PlaybackQueueItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/PlaybackQueueItem;

  public abstract void run();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  abstract void stop(int);
    descriptor: (I)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      errorCode  
}
SourceFile: "PlaybackQueueItem.java"
InnerClasses:
  abstract UtteranceProgressDispatcher = android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher of android.speech.tts.TextToSpeechService