class android.speech.tts.SilencePlaybackQueueItem extends android.speech.tts.PlaybackQueueItem
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.tts.SilencePlaybackQueueItem
  super_class: android.speech.tts.PlaybackQueueItem
{
  private final android.os.ConditionVariable mCondVar;
    descriptor: Landroid/os/ConditionVariable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long mSilenceDurationMs;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher, java.lang.Object, long);
    descriptor: (Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;Ljava/lang/Object;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // android.speech.tts.SilencePlaybackQueueItem this
        start local 1 // android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher dispatcher
        start local 2 // java.lang.Object callerIdentity
        start local 3 // long silenceDurationMs
         0: .line 27
            aload 0 /* this */
            aload 1 /* dispatcher */
            aload 2 /* callerIdentity */
            invokespecial android.speech.tts.PlaybackQueueItem.<init>:(Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;Ljava/lang/Object;)V
         1: .line 22
            aload 0 /* this */
            new android.os.ConditionVariable
            dup
            invokespecial android.os.ConditionVariable.<init>:()V
            putfield android.speech.tts.SilencePlaybackQueueItem.mCondVar:Landroid/os/ConditionVariable;
         2: .line 28
            aload 0 /* this */
            lload 3 /* silenceDurationMs */
            putfield android.speech.tts.SilencePlaybackQueueItem.mSilenceDurationMs:J
         3: .line 29
            return
        end local 3 // long silenceDurationMs
        end local 2 // java.lang.Object callerIdentity
        end local 1 // android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher dispatcher
        end local 0 // android.speech.tts.SilencePlaybackQueueItem this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Landroid/speech/tts/SilencePlaybackQueueItem;
            0    4     1         dispatcher  Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
            0    4     2     callerIdentity  Ljava/lang/Object;
            0    4     3  silenceDurationMs  J
    MethodParameters:
                   Name  Flags
      dispatcher         
      callerIdentity     
      silenceDurationMs  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // android.speech.tts.SilencePlaybackQueueItem this
         0: .line 33
            aload 0 /* this */
            invokevirtual android.speech.tts.SilencePlaybackQueueItem.getDispatcher:()Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
            invokeinterface android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher.dispatchOnStart:()V
         1: .line 34
            iconst_0
            istore 1 /* wasStopped */
        start local 1 // boolean wasStopped
         2: .line 35
            aload 0 /* this */
            getfield android.speech.tts.SilencePlaybackQueueItem.mSilenceDurationMs:J
            lconst_0
            lcmp
            ifle 4
         3: .line 36
            aload 0 /* this */
            getfield android.speech.tts.SilencePlaybackQueueItem.mCondVar:Landroid/os/ConditionVariable;
            aload 0 /* this */
            getfield android.speech.tts.SilencePlaybackQueueItem.mSilenceDurationMs:J
            invokevirtual android.os.ConditionVariable.block:(J)Z
            istore 1 /* wasStopped */
         4: .line 38
      StackMap locals: int
      StackMap stack:
            iload 1 /* wasStopped */
            ifeq 7
         5: .line 39
            aload 0 /* this */
            invokevirtual android.speech.tts.SilencePlaybackQueueItem.getDispatcher:()Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
            invokeinterface android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher.dispatchOnStop:()V
         6: .line 40
            goto 8
         7: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.speech.tts.SilencePlaybackQueueItem.getDispatcher:()Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
            invokeinterface android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher.dispatchOnSuccess:()V
         8: .line 44
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean wasStopped
        end local 0 // android.speech.tts.SilencePlaybackQueueItem this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Landroid/speech/tts/SilencePlaybackQueueItem;
            2    9     1  wasStopped  Z

  void stop(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.speech.tts.SilencePlaybackQueueItem this
        start local 1 // int errorCode
         0: .line 48
            aload 0 /* this */
            getfield android.speech.tts.SilencePlaybackQueueItem.mCondVar:Landroid/os/ConditionVariable;
            invokevirtual android.os.ConditionVariable.open:()V
         1: .line 49
            return
        end local 1 // int errorCode
        end local 0 // android.speech.tts.SilencePlaybackQueueItem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Landroid/speech/tts/SilencePlaybackQueueItem;
            0    2     1  errorCode  I
    MethodParameters:
           Name  Flags
      errorCode  
}
SourceFile: "SilencePlaybackQueueItem.java"
InnerClasses:
  abstract UtteranceProgressDispatcher = android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher of android.speech.tts.TextToSpeechService