class android.speech.tts.TextToSpeechService$SynthHandler extends android.os.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.tts.TextToSpeechService$SynthHandler
  super_class: android.os.Handler
{
  private android.speech.tts.TextToSpeechService$SpeechItem mCurrentSpeechItem;
    descriptor: Landroid/speech/tts/TextToSpeechService$SpeechItem;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.lang.Object> mFlushedObjects;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/Object;>;

  private int mFlushAll;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  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, android.os.Looper);
    descriptor: (Landroid/speech/tts/TextToSpeechService;Landroid/os/Looper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
        start local 2 // android.os.Looper looper
         0: .line 473
            aload 0 /* this */
            aload 1
            putfield android.speech.tts.TextToSpeechService$SynthHandler.this$0:Landroid/speech/tts/TextToSpeechService;
         1: .line 474
            aload 0 /* this */
            aload 2 /* looper */
            invokespecial android.os.Handler.<init>:(Landroid/os/Looper;)V
         2: .line 459
            aload 0 /* this */
            aconst_null
            putfield android.speech.tts.TextToSpeechService$SynthHandler.mCurrentSpeechItem:Landroid/speech/tts/TextToSpeechService$SpeechItem;
         3: .line 470
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushedObjects:Ljava/util/List;
         4: .line 471
            aload 0 /* this */
            iconst_0
            putfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushAll:I
         5: .line 475
            return
        end local 2 // android.os.Looper looper
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            0    6     2  looper  Landroid/os/Looper;
    MethodParameters:
        Name  Flags
      this$0  final
      looper  

  private void startFlushingSpeechItems(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
        start local 1 // java.lang.Object callerIdentity
         0: .line 478
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushedObjects:Ljava/util/List;
            dup
            astore 2
            monitorenter
         1: .line 479
            aload 1 /* callerIdentity */
            ifnonnull 4
         2: .line 480
            aload 0 /* this */
            dup
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushAll:I
            iconst_1
            iadd
            putfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushAll:I
         3: .line 481
            goto 5
         4: .line 482
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushedObjects:Ljava/util/List;
            aload 1 /* callerIdentity */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 478
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 485
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object callerIdentity
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            0   10     1  callerIdentity  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    MethodParameters:
                Name  Flags
      callerIdentity  

  private void endFlushingSpeechItems(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
        start local 1 // java.lang.Object callerIdentity
         0: .line 487
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushedObjects:Ljava/util/List;
            dup
            astore 2
            monitorenter
         1: .line 488
            aload 1 /* callerIdentity */
            ifnonnull 4
         2: .line 489
            aload 0 /* this */
            dup
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushAll:I
            iconst_1
            isub
            putfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushAll:I
         3: .line 490
            goto 5
         4: .line 491
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushedObjects:Ljava/util/List;
            aload 1 /* callerIdentity */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         5: .line 487
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 494
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object callerIdentity
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            0   10     1  callerIdentity  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    MethodParameters:
                Name  Flags
      callerIdentity  

  private boolean isFlushed(android.speech.tts.TextToSpeechService$SpeechItem);
    descriptor: (Landroid/speech/tts/TextToSpeechService$SpeechItem;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
        start local 1 // android.speech.tts.TextToSpeechService$SpeechItem speechItem
         0: .line 496
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushedObjects:Ljava/util/List;
            dup
            astore 2
            monitorenter
         1: .line 497
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushAll:I
            ifgt 2
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mFlushedObjects:Ljava/util/List;
            aload 1 /* speechItem */
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.getCallerIdentity:()Ljava/lang/Object;
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 2
            iconst_0
            goto 3
      StackMap locals: java.util.List
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: aload 2
            monitorexit
         4: ireturn
         5: .line 496
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         6: athrow
        end local 1 // android.speech.tts.TextToSpeechService$SpeechItem speechItem
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            0    7     1  speechItem  Landroid/speech/tts/TextToSpeechService$SpeechItem;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    MethodParameters:
            Name  Flags
      speechItem  

  private synchronized android.speech.tts.TextToSpeechService$SpeechItem getCurrentSpeechItem();
    descriptor: ()Landroid/speech/tts/TextToSpeechService$SpeechItem;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
         0: .line 502
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mCurrentSpeechItem:Landroid/speech/tts/TextToSpeechService$SpeechItem;
            areturn
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$SynthHandler;

  private synchronized boolean setCurrentSpeechItem(android.speech.tts.TextToSpeechService$SpeechItem);
    descriptor: (Landroid/speech/tts/TextToSpeechService$SpeechItem;)Z
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
        start local 1 // android.speech.tts.TextToSpeechService$SpeechItem speechItem
         0: .line 516
            aload 1 /* speechItem */
            ifnull 2
            aload 0 /* this */
            aload 1 /* speechItem */
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.isFlushed:(Landroid/speech/tts/TextToSpeechService$SpeechItem;)Z
            ifeq 2
         1: .line 517
            iconst_0
            ireturn
         2: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* speechItem */
            putfield android.speech.tts.TextToSpeechService$SynthHandler.mCurrentSpeechItem:Landroid/speech/tts/TextToSpeechService$SpeechItem;
         3: .line 520
            iconst_1
            ireturn
        end local 1 // android.speech.tts.TextToSpeechService$SpeechItem speechItem
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            0    4     1  speechItem  Landroid/speech/tts/TextToSpeechService$SpeechItem;
    MethodParameters:
            Name  Flags
      speechItem  

  private synchronized android.speech.tts.TextToSpeechService$SpeechItem removeCurrentSpeechItem();
    descriptor: ()Landroid/speech/tts/TextToSpeechService$SpeechItem;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
         0: .line 524
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mCurrentSpeechItem:Landroid/speech/tts/TextToSpeechService$SpeechItem;
            astore 1 /* current */
        start local 1 // android.speech.tts.TextToSpeechService$SpeechItem current
         1: .line 525
            aload 0 /* this */
            aconst_null
            putfield android.speech.tts.TextToSpeechService$SynthHandler.mCurrentSpeechItem:Landroid/speech/tts/TextToSpeechService$SpeechItem;
         2: .line 526
            aload 1 /* current */
            areturn
        end local 1 // android.speech.tts.TextToSpeechService$SpeechItem current
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            1    3     1  current  Landroid/speech/tts/TextToSpeechService$SpeechItem;

  private synchronized android.speech.tts.TextToSpeechService$SpeechItem maybeRemoveCurrentSpeechItem(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Landroid/speech/tts/TextToSpeechService$SpeechItem;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
        start local 1 // java.lang.Object callerIdentity
         0: .line 530
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mCurrentSpeechItem:Landroid/speech/tts/TextToSpeechService$SpeechItem;
            ifnull 5
         1: .line 531
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mCurrentSpeechItem:Landroid/speech/tts/TextToSpeechService$SpeechItem;
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.getCallerIdentity:()Ljava/lang/Object;
            aload 1 /* callerIdentity */
            if_acmpne 5
         2: .line 532
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.mCurrentSpeechItem:Landroid/speech/tts/TextToSpeechService$SpeechItem;
            astore 2 /* current */
        start local 2 // android.speech.tts.TextToSpeechService$SpeechItem current
         3: .line 533
            aload 0 /* this */
            aconst_null
            putfield android.speech.tts.TextToSpeechService$SynthHandler.mCurrentSpeechItem:Landroid/speech/tts/TextToSpeechService$SpeechItem;
         4: .line 534
            aload 2 /* current */
            areturn
        end local 2 // android.speech.tts.TextToSpeechService$SpeechItem current
         5: .line 537
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.Object callerIdentity
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            0    6     1  callerIdentity  Ljava/lang/Object;
            3    5     2         current  Landroid/speech/tts/TextToSpeechService$SpeechItem;
    MethodParameters:
                Name  Flags
      callerIdentity  

  public boolean isSpeaking();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
         0: .line 541
            aload 0 /* this */
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.getCurrentSpeechItem:()Landroid/speech/tts/TextToSpeechService$SpeechItem;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/speech/tts/TextToSpeechService$SynthHandler;

  public void quit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
         0: .line 546
            aload 0 /* this */
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.getLooper:()Landroid/os/Looper;
            invokevirtual android.os.Looper.quit:()V
         1: .line 548
            aload 0 /* this */
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.removeCurrentSpeechItem:()Landroid/speech/tts/TextToSpeechService$SpeechItem;
            astore 1 /* current */
        start local 1 // android.speech.tts.TextToSpeechService$SpeechItem current
         2: .line 549
            aload 1 /* current */
            ifnull 4
         3: .line 550
            aload 1 /* current */
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.stop:()V
         4: .line 553
      StackMap locals: android.speech.tts.TextToSpeechService$SpeechItem
      StackMap stack:
            return
        end local 1 // android.speech.tts.TextToSpeechService$SpeechItem current
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            2    5     1  current  Landroid/speech/tts/TextToSpeechService$SpeechItem;

  public int enqueueSpeechItem(int, android.speech.tts.TextToSpeechService$SpeechItem);
    descriptor: (ILandroid/speech/tts/TextToSpeechService$SpeechItem;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
        start local 1 // int queueMode
        start local 2 // android.speech.tts.TextToSpeechService$SpeechItem speechItem
         0: .line 561
            aconst_null
            astore 3 /* utterenceProgress */
        start local 3 // android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher utterenceProgress
         1: .line 562
            aload 2 /* speechItem */
            instanceof android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher
            ifeq 3
         2: .line 563
            aload 2 /* speechItem */
            checkcast android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher
            astore 3 /* utterenceProgress */
         3: .line 566
      StackMap locals: android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher
      StackMap stack:
            aload 2 /* speechItem */
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.isValid:()Z
            ifne 9
         4: .line 567
            aload 3 /* utterenceProgress */
            ifnull 8
         5: .line 568
            aload 3 /* utterenceProgress */
         6: .line 569
            bipush -8
         7: .line 568
            invokeinterface android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher.dispatchOnError:(I)V
         8: .line 571
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         9: .line 574
      StackMap locals:
      StackMap stack:
            iload 1 /* queueMode */
            ifne 12
        10: .line 575
            aload 0 /* this */
            aload 2 /* speechItem */
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.getCallerIdentity:()Ljava/lang/Object;
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.stopForApp:(Ljava/lang/Object;)I
            pop
        11: .line 576
            goto 14
      StackMap locals:
      StackMap stack:
        12: iload 1 /* queueMode */
            iconst_2
            if_icmpne 14
        13: .line 577
            aload 0 /* this */
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.stopAll:()I
            pop
        14: .line 579
      StackMap locals:
      StackMap stack:
            new android.speech.tts.TextToSpeechService$SynthHandler$1
            dup
            aload 0 /* this */
            aload 2 /* speechItem */
            invokespecial android.speech.tts.TextToSpeechService$SynthHandler$1.<init>:(Landroid/speech/tts/TextToSpeechService$SynthHandler;Landroid/speech/tts/TextToSpeechService$SpeechItem;)V
            astore 4 /* runnable */
        start local 4 // java.lang.Runnable runnable
        15: .line 591
            aload 0 /* this */
            aload 4 /* runnable */
            invokestatic android.os.Message.obtain:(Landroid/os/Handler;Ljava/lang/Runnable;)Landroid/os/Message;
            astore 5 /* msg */
        start local 5 // android.os.Message msg
        16: .line 597
            aload 5 /* msg */
            aload 2 /* speechItem */
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.getCallerIdentity:()Ljava/lang/Object;
            putfield android.os.Message.obj:Ljava/lang/Object;
        17: .line 599
            aload 0 /* this */
            aload 5 /* msg */
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.sendMessage:(Landroid/os/Message;)Z
            ifeq 19
        18: .line 600
            iconst_0
            ireturn
        19: .line 602
      StackMap locals: java.lang.Runnable android.os.Message
      StackMap stack:
            ldc "TextToSpeechService"
            ldc "SynthThread has quit"
            invokestatic android.util.Log.w:(Ljava/lang/String;Ljava/lang/String;)I
            pop
        20: .line 603
            aload 3 /* utterenceProgress */
            ifnull 22
        21: .line 604
            aload 3 /* utterenceProgress */
            bipush -4
            invokeinterface android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher.dispatchOnError:(I)V
        22: .line 606
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 5 // android.os.Message msg
        end local 4 // java.lang.Runnable runnable
        end local 3 // android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher utterenceProgress
        end local 2 // android.speech.tts.TextToSpeechService$SpeechItem speechItem
        end local 1 // int queueMode
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   23     0               this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            0   23     1          queueMode  I
            0   23     2         speechItem  Landroid/speech/tts/TextToSpeechService$SpeechItem;
            1   23     3  utterenceProgress  Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
           15   23     4           runnable  Ljava/lang/Runnable;
           16   23     5                msg  Landroid/os/Message;
    MethodParameters:
            Name  Flags
      queueMode   
      speechItem  final

  public int stopForApp(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
        start local 1 // java.lang.Object callerIdentity
         0: .line 617
            aload 1 /* callerIdentity */
            ifnonnull 2
         1: .line 618
            iconst_m1
            ireturn
         2: .line 623
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* callerIdentity */
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.startFlushingSpeechItems:(Ljava/lang/Object;)V
         3: .line 632
            aload 0 /* this */
            aload 1 /* callerIdentity */
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.maybeRemoveCurrentSpeechItem:(Ljava/lang/Object;)Landroid/speech/tts/TextToSpeechService$SpeechItem;
            astore 2 /* current */
        start local 2 // android.speech.tts.TextToSpeechService$SpeechItem current
         4: .line 633
            aload 2 /* current */
            ifnull 6
         5: .line 634
            aload 2 /* current */
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.stop:()V
         6: .line 638
      StackMap locals: android.speech.tts.TextToSpeechService$SpeechItem
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.this$0:Landroid/speech/tts/TextToSpeechService;
            getfield android.speech.tts.TextToSpeechService.mAudioPlaybackHandler:Landroid/speech/tts/AudioPlaybackHandler;
            aload 1 /* callerIdentity */
            invokevirtual android.speech.tts.AudioPlaybackHandler.stopForApp:(Ljava/lang/Object;)V
         7: .line 641
            new android.speech.tts.TextToSpeechService$SynthHandler$2
            dup
            aload 0 /* this */
            aload 1 /* callerIdentity */
            invokespecial android.speech.tts.TextToSpeechService$SynthHandler$2.<init>:(Landroid/speech/tts/TextToSpeechService$SynthHandler;Ljava/lang/Object;)V
            astore 3 /* runnable */
        start local 3 // java.lang.Runnable runnable
         8: .line 647
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* runnable */
            invokestatic android.os.Message.obtain:(Landroid/os/Handler;Ljava/lang/Runnable;)Landroid/os/Message;
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.sendMessage:(Landroid/os/Message;)Z
            pop
         9: .line 648
            iconst_0
            ireturn
        end local 3 // java.lang.Runnable runnable
        end local 2 // android.speech.tts.TextToSpeechService$SpeechItem current
        end local 1 // java.lang.Object callerIdentity
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            0   10     1  callerIdentity  Ljava/lang/Object;
            4   10     2         current  Landroid/speech/tts/TextToSpeechService$SpeechItem;
            8   10     3        runnable  Ljava/lang/Runnable;
    MethodParameters:
                Name  Flags
      callerIdentity  final

  public int stopAll();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
         0: .line 653
            aload 0 /* this */
            aconst_null
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.startFlushingSpeechItems:(Ljava/lang/Object;)V
         1: .line 656
            aload 0 /* this */
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.removeCurrentSpeechItem:()Landroid/speech/tts/TextToSpeechService$SpeechItem;
            astore 1 /* current */
        start local 1 // android.speech.tts.TextToSpeechService$SpeechItem current
         2: .line 657
            aload 1 /* current */
            ifnull 4
         3: .line 658
            aload 1 /* current */
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.stop:()V
         4: .line 661
      StackMap locals: android.speech.tts.TextToSpeechService$SpeechItem
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SynthHandler.this$0:Landroid/speech/tts/TextToSpeechService;
            getfield android.speech.tts.TextToSpeechService.mAudioPlaybackHandler:Landroid/speech/tts/AudioPlaybackHandler;
            invokevirtual android.speech.tts.AudioPlaybackHandler.stop:()V
         5: .line 664
            new android.speech.tts.TextToSpeechService$SynthHandler$3
            dup
            aload 0 /* this */
            invokespecial android.speech.tts.TextToSpeechService$SynthHandler$3.<init>:(Landroid/speech/tts/TextToSpeechService$SynthHandler;)V
            astore 2 /* runnable */
        start local 2 // java.lang.Runnable runnable
         6: .line 670
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* runnable */
            invokestatic android.os.Message.obtain:(Landroid/os/Handler;Ljava/lang/Runnable;)Landroid/os/Message;
            invokevirtual android.speech.tts.TextToSpeechService$SynthHandler.sendMessage:(Landroid/os/Message;)Z
            pop
         7: .line 673
            iconst_0
            ireturn
        end local 2 // java.lang.Runnable runnable
        end local 1 // android.speech.tts.TextToSpeechService$SpeechItem current
        end local 0 // android.speech.tts.TextToSpeechService$SynthHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Landroid/speech/tts/TextToSpeechService$SynthHandler;
            2    8     1   current  Landroid/speech/tts/TextToSpeechService$SpeechItem;
            6    8     2  runnable  Ljava/lang/Runnable;
}
SourceFile: "TextToSpeechService.java"
NestHost: android.speech.tts.TextToSpeechService
InnerClasses:
  private abstract SpeechItem = android.speech.tts.TextToSpeechService$SpeechItem of android.speech.tts.TextToSpeechService
  private SynthHandler = android.speech.tts.TextToSpeechService$SynthHandler of android.speech.tts.TextToSpeechService
  android.speech.tts.TextToSpeechService$SynthHandler$1
  android.speech.tts.TextToSpeechService$SynthHandler$2
  android.speech.tts.TextToSpeechService$SynthHandler$3
  abstract UtteranceProgressDispatcher = android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher of android.speech.tts.TextToSpeechService