public class android.os.SystemUpdateManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.os.SystemUpdateManager
  super_class: java.lang.Object
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "SystemUpdateManager"

  public static final java.lang.String KEY_STATUS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "status"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String KEY_TITLE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "title"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String KEY_IS_SECURITY_UPDATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "is_security_update"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String KEY_TARGET_BUILD_FINGERPRINT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "target_build_fingerprint"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String KEY_TARGET_SECURITY_PATCH_LEVEL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "target_security_patch_level"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int STATUS_UNKNOWN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int STATUS_IDLE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int STATUS_WAITING_DOWNLOAD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int STATUS_IN_PROGRESS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int STATUS_WAITING_INSTALL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int STATUS_WAITING_REBOOT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  private final android.os.ISystemUpdateManager mService;
    descriptor: Landroid/os/ISystemUpdateManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.os.ISystemUpdateManager);
    descriptor: (Landroid/os/ISystemUpdateManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.os.SystemUpdateManager this
        start local 1 // android.os.ISystemUpdateManager service
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 0 /* this */
            aload 1 /* service */
            ldc "missing ISystemUpdateManager"
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.os.ISystemUpdateManager
            putfield android.os.SystemUpdateManager.mService:Landroid/os/ISystemUpdateManager;
         2: .line 100
            return
        end local 1 // android.os.ISystemUpdateManager service
        end local 0 // android.os.SystemUpdateManager this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Landroid/os/SystemUpdateManager;
            0    3     1  service  Landroid/os/ISystemUpdateManager;
    MethodParameters:
         Name  Flags
      service  

  public android.os.Bundle retrieveSystemUpdateInfo();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.SystemUpdateManager this
         0: .line 115
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tandroid.Manifest.permission.READ_SYSTEM_UPDATE_INFO cannot be resolved to a type\n\tandroid.Manifest.permission.RECOVERY cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.SystemUpdateManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/SystemUpdateManager;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public void updateSystemUpdateInfo(android.os.PersistableBundle);
    descriptor: (Landroid/os/PersistableBundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.os.SystemUpdateManager this
         0: .line 141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission.RECOVERY cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.SystemUpdateManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/SystemUpdateManager;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
            Name  Flags
      infoBundle  
}
SourceFile: "SystemUpdateManager.java"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()