class android.speech.tts.TtsEngines$EngineInfoComparator implements java.util.Comparator<android.speech.tts.TextToSpeech$EngineInfo>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.tts.TtsEngines$EngineInfoComparator
  super_class: java.lang.Object
{
  static android.speech.tts.TtsEngines$EngineInfoComparator INSTANCE;
    descriptor: Landroid/speech/tts/TtsEngines$EngineInfoComparator;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 298
            new android.speech.tts.TtsEngines$EngineInfoComparator
            dup
            invokespecial android.speech.tts.TtsEngines$EngineInfoComparator.<init>:()V
            putstatic android.speech.tts.TtsEngines$EngineInfoComparator.INSTANCE:Landroid/speech/tts/TtsEngines$EngineInfoComparator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.speech.tts.TtsEngines$EngineInfoComparator this
         0: .line 296
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.speech.tts.TtsEngines$EngineInfoComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/speech/tts/TtsEngines$EngineInfoComparator;

  public int compare(android.speech.tts.TextToSpeech$EngineInfo, android.speech.tts.TextToSpeech$EngineInfo);
    descriptor: (Landroid/speech/tts/TextToSpeech$EngineInfo;Landroid/speech/tts/TextToSpeech$EngineInfo;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.speech.tts.TtsEngines$EngineInfoComparator this
        start local 1 // android.speech.tts.TextToSpeech$EngineInfo lhs
        start local 2 // android.speech.tts.TextToSpeech$EngineInfo rhs
         0: .line 307
            aload 1 /* lhs */
            getfield android.speech.tts.TextToSpeech$EngineInfo.system:Z
            ifeq 2
            aload 2 /* rhs */
            getfield android.speech.tts.TextToSpeech$EngineInfo.system:Z
            ifne 2
         1: .line 308
            iconst_m1
            ireturn
         2: .line 309
      StackMap locals:
      StackMap stack:
            aload 2 /* rhs */
            getfield android.speech.tts.TextToSpeech$EngineInfo.system:Z
            ifeq 4
            aload 1 /* lhs */
            getfield android.speech.tts.TextToSpeech$EngineInfo.system:Z
            ifne 4
         3: .line 310
            iconst_1
            ireturn
         4: .line 317
      StackMap locals:
      StackMap stack:
            aload 2 /* rhs */
            getfield android.speech.tts.TextToSpeech$EngineInfo.priority:I
            aload 1 /* lhs */
            getfield android.speech.tts.TextToSpeech$EngineInfo.priority:I
            isub
            ireturn
        end local 2 // android.speech.tts.TextToSpeech$EngineInfo rhs
        end local 1 // android.speech.tts.TextToSpeech$EngineInfo lhs
        end local 0 // android.speech.tts.TtsEngines$EngineInfoComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/speech/tts/TtsEngines$EngineInfoComparator;
            0    5     1   lhs  Landroid/speech/tts/TextToSpeech$EngineInfo;
            0    5     2   rhs  Landroid/speech/tts/TextToSpeech$EngineInfo;
    MethodParameters:
      Name  Flags
      lhs   
      rhs   

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast android.speech.tts.TextToSpeech$EngineInfo
            aload 2
            checkcast android.speech.tts.TextToSpeech$EngineInfo
            invokevirtual android.speech.tts.TtsEngines$EngineInfoComparator.compare:(Landroid/speech/tts/TextToSpeech$EngineInfo;Landroid/speech/tts/TextToSpeech$EngineInfo;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Landroid/speech/tts/TextToSpeech$EngineInfo;>;
SourceFile: "TtsEngines.java"
NestHost: android.speech.tts.TtsEngines
InnerClasses:
  public EngineInfo = android.speech.tts.TextToSpeech$EngineInfo of android.speech.tts.TextToSpeech
  private EngineInfoComparator = android.speech.tts.TtsEngines$EngineInfoComparator of android.speech.tts.TtsEngines