abstract class android.speech.tts.TextToSpeechService$SpeechItem
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: android.speech.tts.TextToSpeechService$SpeechItem
  super_class: java.lang.Object
{
  private final java.lang.Object mCallerIdentity;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mCallerUid;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mCallerPid;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean mStarted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mStopped;
    descriptor: Z
    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, java.lang.Object, int, int);
    descriptor: (Landroid/speech/tts/TextToSpeechService;Ljava/lang/Object;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
        start local 2 // java.lang.Object caller
        start local 3 // int callerUid
        start local 4 // int callerPid
         0: .line 782
            aload 0 /* this */
            aload 1
            putfield android.speech.tts.TextToSpeechService$SpeechItem.this$0:Landroid/speech/tts/TextToSpeechService;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 779
            aload 0 /* this */
            iconst_0
            putfield android.speech.tts.TextToSpeechService$SpeechItem.mStarted:Z
         2: .line 780
            aload 0 /* this */
            iconst_0
            putfield android.speech.tts.TextToSpeechService$SpeechItem.mStopped:Z
         3: .line 783
            aload 0 /* this */
            aload 2 /* caller */
            putfield android.speech.tts.TextToSpeechService$SpeechItem.mCallerIdentity:Ljava/lang/Object;
         4: .line 784
            aload 0 /* this */
            iload 3 /* callerUid */
            putfield android.speech.tts.TextToSpeechService$SpeechItem.mCallerUid:I
         5: .line 785
            aload 0 /* this */
            iload 4 /* callerPid */
            putfield android.speech.tts.TextToSpeechService$SpeechItem.mCallerPid:I
         6: .line 786
            return
        end local 4 // int callerPid
        end local 3 // int callerUid
        end local 2 // java.lang.Object caller
        end local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Landroid/speech/tts/TextToSpeechService$SpeechItem;
            0    7     2     caller  Ljava/lang/Object;
            0    7     3  callerUid  I
            0    7     4  callerPid  I
    MethodParameters:
           Name  Flags
      this$0     final
      caller     
      callerUid  
      callerPid  

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

  public int getCallerUid();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
         0: .line 793
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SpeechItem.mCallerUid:I
            ireturn
        end local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$SpeechItem;

  public int getCallerPid();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
         0: .line 797
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SpeechItem.mCallerPid:I
            ireturn
        end local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$SpeechItem;

  public abstract boolean isValid();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void play();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
         0: .line 813
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 814
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SpeechItem.mStarted:Z
            ifeq 3
         2: .line 815
            new java.lang.IllegalStateException
            dup
            ldc "play() called twice"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 817
      StackMap locals: android.speech.tts.TextToSpeechService$SpeechItem
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield android.speech.tts.TextToSpeechService$SpeechItem.mStarted:Z
         4: .line 813
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 819
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.playImpl:()V
         9: .line 820
            return
        end local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/speech/tts/TextToSpeechService$SpeechItem;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any

  protected abstract void playImpl();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
         0: .line 831
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 832
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SpeechItem.mStopped:Z
            ifeq 3
         2: .line 833
            new java.lang.IllegalStateException
            dup
            ldc "stop() called twice"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 835
      StackMap locals: android.speech.tts.TextToSpeechService$SpeechItem
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield android.speech.tts.TextToSpeechService$SpeechItem.mStopped:Z
         4: .line 831
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.speech.tts.TextToSpeechService$SpeechItem.stopImpl:()V
         9: .line 838
            return
        end local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/speech/tts/TextToSpeechService$SpeechItem;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any

  protected abstract void stopImpl();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected synchronized boolean isStopped();
    descriptor: ()Z
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
         0: .line 843
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SpeechItem.mStopped:Z
            ireturn
        end local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$SpeechItem;

  protected synchronized boolean isStarted();
    descriptor: ()Z
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
         0: .line 847
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeechService$SpeechItem.mStarted:Z
            ireturn
        end local 0 // android.speech.tts.TextToSpeechService$SpeechItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeechService$SpeechItem;
}
SourceFile: "TextToSpeechService.java"
NestHost: android.speech.tts.TextToSpeechService
InnerClasses:
  private abstract SpeechItem = android.speech.tts.TextToSpeechService$SpeechItem of android.speech.tts.TextToSpeechService