public final class android.os.health.PidHealthStats
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.os.health.PidHealthStats
  super_class: java.lang.Object
{
  public static final int MEASUREMENT_WAKE_NESTING_COUNT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20001
    RuntimeVisibleAnnotations: 
      android.os.health.HealthKeys$Constant(type = 1)

  public static final int MEASUREMENT_WAKE_SUM_MS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20002
    RuntimeVisibleAnnotations: 
      android.os.health.HealthKeys$Constant(type = 1)

  public static final int MEASUREMENT_WAKE_START_MS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20003
    RuntimeVisibleAnnotations: 
      android.os.health.HealthKeys$Constant(type = 1)

  public static final android.os.health.HealthKeys$Constants CONSTANTS;
    descriptor: Landroid/os/health/HealthKeys$Constants;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 79
            new android.os.health.HealthKeys$Constants
            dup
            ldc Landroid/os/health/PidHealthStats;
            invokespecial android.os.health.HealthKeys$Constants.<init>:(Ljava/lang/Class;)V
            putstatic android.os.health.PidHealthStats.CONSTANTS:Landroid/os/health/HealthKeys$Constants;
            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.os.health.PidHealthStats this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            return
        end local 0 // android.os.health.PidHealthStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/os/health/PidHealthStats;
}
SourceFile: "PidHealthStats.java"
InnerClasses:
  public abstract Constant = android.os.health.HealthKeys$Constant of android.os.health.HealthKeys
  public Constants = android.os.health.HealthKeys$Constants of android.os.health.HealthKeys