public final class android.os.UpdateEngine$UpdateStatusConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.os.UpdateEngine$UpdateStatusConstants
  super_class: java.lang.Object
{
  public static final int IDLE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.UpdateEngine$UpdateStatusConstants this
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.os.IUpdateEngine cannot be resolved\n\tThe import android.os.IUpdateEngineCallback cannot be resolved\n\tIUpdateEngine cannot be resolved to a type\n\tIUpdateEngineCallback cannot be resolved to a type\n\tIUpdateEngine cannot be resolved to a type\n\tIUpdateEngine cannot be resolved\n\tIUpdateEngineCallback cannot be resolved to a type\n\tIUpdateEngineCallback cannot be resolved to a type\n\tThe method onStatusUpdate(int, float) of type new Stub(){} must override or implement a supertype method\n\tThe method onPayloadApplicationComplete(int) of type new Stub(){} must override or implement a supertype method\n\tIUpdateEngine cannot be resolved to a type\n\tIUpdateEngineCallback cannot be resolved to a type\n\tIUpdateEngine cannot be resolved to a type\n\tIUpdateEngine cannot be resolved to a type\n\tIUpdateEngine cannot be resolved to a type\n\tIUpdateEngine cannot be resolved to a type\n\tIUpdateEngine cannot be resolved to a type\n\tIUpdateEngineCallback cannot be resolved to a type\n\tIUpdateEngine cannot be resolved to a type\n\tIUpdateEngineCallback cannot be resolved to a type\n\tIUpdateEngineCallback cannot be resolved to a type\n\tIUpdateEngine cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.UpdateEngine$UpdateStatusConstants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/UpdateEngine$UpdateStatusConstants;
}
SourceFile: "UpdateEngine.java"
NestHost: android.os.UpdateEngine
InnerClasses:
  public final UpdateStatusConstants = android.os.UpdateEngine$UpdateStatusConstants of android.os.UpdateEngine
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()