public interface android.os.IBatteryPropertiesRegistrar extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.os.IBatteryPropertiesRegistrar
  super_class: java.lang.Object
{
  public abstract void registerListener(android.os.IBatteryPropertiesListener);
    descriptor: (Landroid/os/IBatteryPropertiesListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      listener  

  public abstract void unregisterListener(android.os.IBatteryPropertiesListener);
    descriptor: (Landroid/os/IBatteryPropertiesListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      listener  

  public abstract int getProperty(int, android.os.BatteryProperty);
    descriptor: (ILandroid/os/BatteryProperty;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      id    
      prop  

  public abstract void scheduleUpdate();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "IBatteryPropertiesRegistrar.java"
NestMembers:
  android.os.IBatteryPropertiesRegistrar$Stub  android.os.IBatteryPropertiesRegistrar$Stub$Proxy
InnerClasses:
  public abstract Stub = android.os.IBatteryPropertiesRegistrar$Stub of android.os.IBatteryPropertiesRegistrar