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

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

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

  public final java.util.UUID uuid;
    descriptor: Ljava/util/UUID;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int type;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.util.UUID vendorUuid;
    descriptor: Ljava/util/UUID;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final byte[] data;
    descriptor: [B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(java.util.UUID, java.util.UUID, int, byte[]);
    descriptor: (Ljava/util/UUID;Ljava/util/UUID;I[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.hardware.soundtrigger.SoundTrigger$SoundModel 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$SoundModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/soundtrigger/SoundTrigger$SoundModel;
    MethodParameters:
            Name  Flags
      uuid        
      vendorUuid  
      type        
      data        

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.hardware.soundtrigger.SoundTrigger$SoundModel this
         0: .line 247
            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$SoundModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/soundtrigger/SoundTrigger$SoundModel;

  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$SoundModel this
         0: .line 258
            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$SoundModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/soundtrigger/SoundTrigger$SoundModel;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "SoundTrigger.java"
NestHost: android.hardware.soundtrigger.SoundTrigger
InnerClasses:
  public SoundModel = android.hardware.soundtrigger.SoundTrigger$SoundModel of android.hardware.soundtrigger.SoundTrigger