public interface android.hardware.soundtrigger.SoundTrigger$StatusListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.soundtrigger.SoundTrigger$StatusListener
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tEPERM cannot be resolved to a variable\n\tENODEV cannot be resolved to a variable\n\tEINVAL cannot be resolved to a variable\n\tEPIPE cannot be resolved to a variable\n\tENOSYS cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void onRecognition(android.hardware.soundtrigger.SoundTrigger$RecognitionEvent);
    descriptor: (Landroid/hardware/soundtrigger/SoundTrigger$RecognitionEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  

  public abstract void onSoundModelUpdate(android.hardware.soundtrigger.SoundTrigger$SoundModelEvent);
    descriptor: (Landroid/hardware/soundtrigger/SoundTrigger$SoundModelEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  

  public abstract void onServiceStateChange(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      state  

  public abstract void onServiceDied();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "SoundTrigger.java"
NestHost: android.hardware.soundtrigger.SoundTrigger
InnerClasses:
  public RecognitionEvent = android.hardware.soundtrigger.SoundTrigger$RecognitionEvent of android.hardware.soundtrigger.SoundTrigger
  public SoundModelEvent = android.hardware.soundtrigger.SoundTrigger$SoundModelEvent of android.hardware.soundtrigger.SoundTrigger
  public abstract StatusListener = android.hardware.soundtrigger.SoundTrigger$StatusListener of android.hardware.soundtrigger.SoundTrigger