public class android.hardware.soundtrigger.SoundTrigger
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.hardware.soundtrigger.SoundTrigger
  super_class: java.lang.Object
{
  public static final int STATUS_OK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int STATUS_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2147483648

  public static final int STATUS_PERMISSION_DENIED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int STATUS_NO_INIT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int STATUS_BAD_VALUE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int STATUS_DEAD_OBJECT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int STATUS_INVALID_OPERATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int RECOGNITION_MODE_VOICE_TRIGGER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int RECOGNITION_MODE_USER_IDENTIFICATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int RECOGNITION_MODE_USER_AUTHENTICATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int RECOGNITION_STATUS_SUCCESS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int RECOGNITION_STATUS_ABORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int RECOGNITION_STATUS_FAILURE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int SOUNDMODEL_STATUS_UPDATED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int SERVICE_STATE_ENABLED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int SERVICE_STATE_DISABLED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.hardware.soundtrigger.SoundTrigger this
         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
        end local 0 // android.hardware.soundtrigger.SoundTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/soundtrigger/SoundTrigger;

  public static int listModules(java.util.ArrayList<android.hardware.soundtrigger.SoundTrigger$ModuleProperties>);
    descriptor: (Ljava/util/ArrayList;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1408
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/util/ArrayList<Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;>;)I
    MethodParameters:
         Name  Flags
      modules  

  public static android.hardware.soundtrigger.SoundTriggerModule attachModule(int, android.hardware.soundtrigger.SoundTrigger$StatusListener, android.os.Handler);
    descriptor: (ILandroid/hardware/soundtrigger/SoundTrigger$StatusListener;Landroid/os/Handler;)Landroid/hardware/soundtrigger/SoundTriggerModule;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1421
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      moduleId  
      listener  
      handler   
}
SourceFile: "SoundTrigger.java"
NestMembers:
  android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel  android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel$1  android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent  android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent$1  android.hardware.soundtrigger.SoundTrigger$GenericSoundModel  android.hardware.soundtrigger.SoundTrigger$GenericSoundModel$1  android.hardware.soundtrigger.SoundTrigger$Keyphrase  android.hardware.soundtrigger.SoundTrigger$Keyphrase$1  android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent  android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent$1  android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra  android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra$1  android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel  android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel$1  android.hardware.soundtrigger.SoundTrigger$ModuleProperties  android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1  android.hardware.soundtrigger.SoundTrigger$RecognitionConfig  android.hardware.soundtrigger.SoundTrigger$RecognitionConfig$1  android.hardware.soundtrigger.SoundTrigger$RecognitionEvent  android.hardware.soundtrigger.SoundTrigger$RecognitionEvent$1  android.hardware.soundtrigger.SoundTrigger$SoundModel  android.hardware.soundtrigger.SoundTrigger$SoundModelEvent  android.hardware.soundtrigger.SoundTrigger$SoundModelEvent$1  android.hardware.soundtrigger.SoundTrigger$StatusListener
InnerClasses:
  public ConfidenceLevel = android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel of android.hardware.soundtrigger.SoundTrigger
  public GenericRecognitionEvent = android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent of android.hardware.soundtrigger.SoundTrigger
  public GenericSoundModel = android.hardware.soundtrigger.SoundTrigger$GenericSoundModel of android.hardware.soundtrigger.SoundTrigger
  public Keyphrase = android.hardware.soundtrigger.SoundTrigger$Keyphrase of android.hardware.soundtrigger.SoundTrigger
  public KeyphraseRecognitionEvent = android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent of android.hardware.soundtrigger.SoundTrigger
  public KeyphraseRecognitionExtra = android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra of android.hardware.soundtrigger.SoundTrigger
  public KeyphraseSoundModel = android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel of android.hardware.soundtrigger.SoundTrigger
  public ModuleProperties = android.hardware.soundtrigger.SoundTrigger$ModuleProperties of android.hardware.soundtrigger.SoundTrigger
  public RecognitionConfig = android.hardware.soundtrigger.SoundTrigger$RecognitionConfig of android.hardware.soundtrigger.SoundTrigger
  public RecognitionEvent = android.hardware.soundtrigger.SoundTrigger$RecognitionEvent of android.hardware.soundtrigger.SoundTrigger
  public SoundModel = android.hardware.soundtrigger.SoundTrigger$SoundModel 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
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()