public class android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent extends android.hardware.soundtrigger.SoundTrigger$RecognitionEvent implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent
  super_class: android.hardware.soundtrigger.SoundTrigger$RecognitionEvent
{
  public static final android.os.Parcelable$Creator<android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/hardware/soundtrigger/SoundTrigger$GenericRecognitionEvent;>;

  public void <init>(int, int, boolean, int, int, int, boolean, android.media.AudioFormat, byte[]);
    descriptor: (IIZIIIZLandroid/media/AudioFormat;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=10
        start local 0 // android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent 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$GenericRecognitionEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/soundtrigger/SoundTrigger$GenericRecognitionEvent;
    MethodParameters:
                   Name  Flags
      status             
      soundModelHandle   
      captureAvailable   
      captureSession     
      captureDelayMs     
      capturePreambleMs  
      triggerInData      
      captureFormat      
      data               

  private static android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent fromParcelForGeneric(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/hardware/soundtrigger/SoundTrigger$GenericRecognitionEvent;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1259
            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
      in    

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent this
         0: .line 1267
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/soundtrigger/SoundTrigger$GenericRecognitionEvent;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent this
         0: .line 1278
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/soundtrigger/SoundTrigger$GenericRecognitionEvent;
}
SourceFile: "SoundTrigger.java"
NestHost: android.hardware.soundtrigger.SoundTrigger
InnerClasses:
  public GenericRecognitionEvent = android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent of android.hardware.soundtrigger.SoundTrigger
  public RecognitionEvent = android.hardware.soundtrigger.SoundTrigger$RecognitionEvent of android.hardware.soundtrigger.SoundTrigger
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable