class android.speech.tts.TextToSpeech$17 implements android.speech.tts.TextToSpeech$Action<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.tts.TextToSpeech$17
  super_class: java.lang.Object
{
  final android.speech.tts.TextToSpeech this$0;
    descriptor: Landroid/speech/tts/TextToSpeech;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.io.File val$file;
    descriptor: Ljava/io/File;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.CharSequence val$text;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final android.os.Bundle val$params;
    descriptor: Landroid/os/Bundle;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$utteranceId;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.speech.tts.TextToSpeech, java.io.File, java.lang.CharSequence, android.os.Bundle, java.lang.String);
    descriptor: (Landroid/speech/tts/TextToSpeech;Ljava/io/File;Ljava/lang/CharSequence;Landroid/os/Bundle;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // android.speech.tts.TextToSpeech$17 this
         0: .line 1828
            aload 0 /* this */
            aload 1
            putfield android.speech.tts.TextToSpeech$17.this$0:Landroid/speech/tts/TextToSpeech;
            aload 0 /* this */
            aload 2
            putfield android.speech.tts.TextToSpeech$17.val$file:Ljava/io/File;
            aload 0 /* this */
            aload 3
            putfield android.speech.tts.TextToSpeech$17.val$text:Ljava/lang/CharSequence;
            aload 0 /* this */
            aload 4
            putfield android.speech.tts.TextToSpeech$17.val$params:Landroid/os/Bundle;
            aload 0 /* this */
            aload 5
            putfield android.speech.tts.TextToSpeech$17.val$utteranceId:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.speech.tts.TextToSpeech$17 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeech$17;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$file         final
      val$text         final
      val$params       final
      val$utteranceId  final

  public java.lang.Integer run(android.speech.tts.ITextToSpeechService);
    descriptor: (Landroid/speech/tts/ITextToSpeechService;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // android.speech.tts.TextToSpeech$17 this
        start local 1 // android.speech.tts.ITextToSpeechService service
         0: .line 1834
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.val$file:Ljava/io/File;
            invokevirtual java.io.File.exists:()Z
            ifeq 4
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.val$file:Ljava/io/File;
            invokevirtual java.io.File.canWrite:()Z
            ifne 4
         1: .line 1835
            ldc "TextToSpeech"
            new java.lang.StringBuilder
            dup
            ldc "Can't write to "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.val$file:Ljava/io/File;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;)I
            pop
         2: .line 1836
            iconst_m1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
         3: areturn
         4: .line 1838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.val$file:Ljava/io/File;
         5: .line 1839
            ldc 738197504
         6: .line 1838
            invokestatic android.os.ParcelFileDescriptor.open:(Ljava/io/File;I)Landroid/os/ParcelFileDescriptor;
            astore 2 /* fileDescriptor */
        start local 2 // android.os.ParcelFileDescriptor fileDescriptor
         7: .line 1842
            aload 1 /* service */
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.this$0:Landroid/speech/tts/TextToSpeech;
            invokevirtual android.speech.tts.TextToSpeech.getCallerIdentity:()Landroid/os/IBinder;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.val$text:Ljava/lang/CharSequence;
         8: .line 1843
            aload 2 /* fileDescriptor */
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.this$0:Landroid/speech/tts/TextToSpeech;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.val$params:Landroid/os/Bundle;
            invokevirtual android.speech.tts.TextToSpeech.getParams:(Landroid/os/Bundle;)Landroid/os/Bundle;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.val$utteranceId:Ljava/lang/String;
         9: .line 1842
            invokeinterface android.speech.tts.ITextToSpeechService.synthesizeToFileDescriptor:(Landroid/os/IBinder;Ljava/lang/CharSequence;Landroid/os/ParcelFileDescriptor;Landroid/os/Bundle;Ljava/lang/String;)I
            istore 3 /* returnValue */
        start local 3 // int returnValue
        10: .line 1844
            aload 2 /* fileDescriptor */
            invokevirtual android.os.ParcelFileDescriptor.close:()V
        11: .line 1845
            iload 3 /* returnValue */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        12: areturn
        end local 3 // int returnValue
        end local 2 // android.os.ParcelFileDescriptor fileDescriptor
        13: .line 1846
      StackMap locals:
      StackMap stack: java.io.FileNotFoundException
            astore 4 /* e */
        start local 4 // java.io.FileNotFoundException e
        14: .line 1847
            ldc "TextToSpeech"
            new java.lang.StringBuilder
            dup
            ldc "Opening file "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.val$file:Ljava/io/File;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " failed"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        15: .line 1848
            iconst_m1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 4 // java.io.FileNotFoundException e
        16: .line 1849
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
        17: .line 1850
            ldc "TextToSpeech"
            new java.lang.StringBuilder
            dup
            ldc "Closing file "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$17.val$file:Ljava/io/File;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " failed"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        18: .line 1851
            iconst_m1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 4 // java.io.IOException e
        end local 1 // android.speech.tts.ITextToSpeechService service
        end local 0 // android.speech.tts.TextToSpeech$17 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Landroid/speech/tts/TextToSpeech$17;
            0   19     1         service  Landroid/speech/tts/ITextToSpeechService;
            7   13     2  fileDescriptor  Landroid/os/ParcelFileDescriptor;
           10   13     3     returnValue  I
           14   16     4               e  Ljava/io/FileNotFoundException;
           17   19     4               e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3      13  Class java.io.FileNotFoundException
           4    12      13  Class java.io.FileNotFoundException
           0     3      16  Class java.io.IOException
           4    12      16  Class java.io.IOException
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      service  

  public java.lang.Object run(android.speech.tts.ITextToSpeechService);
    descriptor: (Landroid/speech/tts/ITextToSpeechService;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.speech.tts.TextToSpeech$17.run:(Landroid/speech/tts/ITextToSpeechService;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.RemoteException
}
Signature: Ljava/lang/Object;Landroid/speech/tts/TextToSpeech$Action<Ljava/lang/Integer;>;
SourceFile: "TextToSpeech.java"
EnclosingMethod: android.speech.tts.TextToSpeech.synthesizeToFile:(Ljava/lang/CharSequence;Landroid/os/Bundle;Ljava/io/File;Ljava/lang/String;)I
NestHost: android.speech.tts.TextToSpeech
InnerClasses:
  android.speech.tts.TextToSpeech$17
  private abstract Action = android.speech.tts.TextToSpeech$Action of android.speech.tts.TextToSpeech