class android.speech.tts.TextToSpeech$5 implements android.speech.tts.TextToSpeech$Action<java.util.Set<java.lang.String>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.tts.TextToSpeech$5
  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.util.Locale val$locale;
    descriptor: Ljava/util/Locale;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.speech.tts.TextToSpeech, java.util.Locale);
    descriptor: (Landroid/speech/tts/TextToSpeech;Ljava/util/Locale;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.speech.tts.TextToSpeech$5 this
         0: .line 1302
            aload 0 /* this */
            aload 1
            putfield android.speech.tts.TextToSpeech$5.this$0:Landroid/speech/tts/TextToSpeech;
            aload 0 /* this */
            aload 2
            putfield android.speech.tts.TextToSpeech$5.val$locale:Ljava/util/Locale;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.speech.tts.TextToSpeech$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TextToSpeech$5;
    MethodParameters:
            Name  Flags
      this$0      final
      val$locale  final

  public java.util.Set<java.lang.String> run(android.speech.tts.ITextToSpeechService);
    descriptor: (Landroid/speech/tts/ITextToSpeechService;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // android.speech.tts.TextToSpeech$5 this
        start local 1 // android.speech.tts.ITextToSpeechService service
         0: .line 1305
            aconst_null
            astore 2 /* features */
        start local 2 // java.lang.String[] features
         1: .line 1307
            aload 1 /* service */
         2: .line 1308
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$5.val$locale:Ljava/util/Locale;
            invokevirtual java.util.Locale.getISO3Language:()Ljava/lang/String;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$5.val$locale:Ljava/util/Locale;
            invokevirtual java.util.Locale.getISO3Country:()Ljava/lang/String;
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$5.val$locale:Ljava/util/Locale;
            invokevirtual java.util.Locale.getVariant:()Ljava/lang/String;
         3: .line 1307
            invokeinterface android.speech.tts.ITextToSpeechService.getFeaturesForLanguage:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;
            astore 2 /* features */
         4: .line 1309
            goto 10
      StackMap locals: android.speech.tts.TextToSpeech$5 android.speech.tts.ITextToSpeechService java.lang.String[]
      StackMap stack: java.util.MissingResourceException
         5: astore 3 /* e */
        start local 3 // java.util.MissingResourceException e
         6: .line 1310
            ldc "TextToSpeech"
            new java.lang.StringBuilder
            dup
            ldc "Couldn't retrieve 3 letter ISO 639-2/T language and/or ISO 3166 country code for locale: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         7: .line 1311
            aload 0 /* this */
            getfield android.speech.tts.TextToSpeech$5.val$locale:Ljava/util/Locale;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* e */
         8: .line 1310
            invokestatic android.util.Log.w:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
         9: .line 1312
            aconst_null
            areturn
        end local 3 // java.util.MissingResourceException e
        10: .line 1315
      StackMap locals:
      StackMap stack:
            aload 2 /* features */
            ifnull 14
        11: .line 1316
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* featureSet */
        start local 3 // java.util.Set featureSet
        12: .line 1317
            aload 3 /* featureSet */
            aload 2 /* features */
            invokestatic java.util.Collections.addAll:(Ljava/util/Collection;[Ljava/lang/Object;)Z
            pop
        13: .line 1318
            aload 3 /* featureSet */
            areturn
        end local 3 // java.util.Set featureSet
        14: .line 1320
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.String[] features
        end local 1 // android.speech.tts.ITextToSpeechService service
        end local 0 // android.speech.tts.TextToSpeech$5 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Landroid/speech/tts/TextToSpeech$5;
            0   15     1     service  Landroid/speech/tts/ITextToSpeechService;
            1   15     2    features  [Ljava/lang/String;
            6   10     3           e  Ljava/util/MissingResourceException;
           12   14     3  featureSet  Ljava/util/Set<Ljava/lang/String;>;
      Exception table:
        from    to  target  type
           1     4       5  Class java.util.MissingResourceException
    Exceptions:
      throws android.os.RemoteException
    Signature: (Landroid/speech/tts/ITextToSpeechService;)Ljava/util/Set<Ljava/lang/String;>;
    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$5.run:(Landroid/speech/tts/ITextToSpeechService;)Ljava/util/Set;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.os.RemoteException
}
Signature: Ljava/lang/Object;Landroid/speech/tts/TextToSpeech$Action<Ljava/util/Set<Ljava/lang/String;>;>;
SourceFile: "TextToSpeech.java"
EnclosingMethod: android.speech.tts.TextToSpeech.getFeatures:(Ljava/util/Locale;)Ljava/util/Set;
NestHost: android.speech.tts.TextToSpeech
InnerClasses:
  android.speech.tts.TextToSpeech$5
  private abstract Action = android.speech.tts.TextToSpeech$Action of android.speech.tts.TextToSpeech