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

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

  public abstract void notifyThrottling(boolean, android.os.Temperature);
    descriptor: (ZLandroid/os/Temperature;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      isThrottling  
      temperature   

  public abstract boolean isThrottling();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "IThermalService.java"
NestMembers:
  android.os.IThermalService$Stub  android.os.IThermalService$Stub$Proxy
InnerClasses:
  public abstract Stub = android.os.IThermalService$Stub of android.os.IThermalService