public interface android.os.ISystemUpdateManager extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.os.ISystemUpdateManager
  super_class: java.lang.Object
{
  public abstract android.os.Bundle retrieveSystemUpdateInfo();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void updateSystemUpdateInfo(android.os.PersistableBundle);
    descriptor: (Landroid/os/PersistableBundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      data  
}
SourceFile: "ISystemUpdateManager.java"
NestMembers:
  android.os.ISystemUpdateManager$Stub  android.os.ISystemUpdateManager$Stub$Proxy
InnerClasses:
  public abstract Stub = android.os.ISystemUpdateManager$Stub of android.os.ISystemUpdateManager