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

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

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

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

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

  public static final int MEASUREMENT_FOREGROUND_MS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 30006
    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 71
            new android.os.health.HealthKeys$Constants
            dup
            ldc Landroid/os/health/ProcessHealthStats;
            invokespecial android.os.health.HealthKeys$Constants.<init>:(Ljava/lang/Class;)V
            putstatic android.os.health.ProcessHealthStats.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.ProcessHealthStats this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            return
        end local 0 // android.os.health.ProcessHealthStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/os/health/ProcessHealthStats;
}
SourceFile: "ProcessHealthStats.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