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

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

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

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

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

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

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

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.UpdateEngine$ErrorCodeConstants 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$ErrorCodeConstants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/UpdateEngine$ErrorCodeConstants;
}
SourceFile: "UpdateEngine.java"
NestHost: android.os.UpdateEngine
InnerClasses:
  public final ErrorCodeConstants = android.os.UpdateEngine$ErrorCodeConstants of android.os.UpdateEngine
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()