Merge "thermal: add usage of IThermal."

This commit is contained in:
TreeHugger Robot
2016-11-07 19:41:03 +00:00
committed by Android (Google) Code Review
3 changed files with 117 additions and 122 deletions

View File

@@ -55,9 +55,7 @@ public class HardwarePropertiesManager {
public @interface TemperatureSource {}
/**
* Device temperature types. These must match the values in
* frameworks/native/include/hardwareproperties/HardwarePropertiesManager.h
* TODO(b/32022261) Remove this comment.
* Device temperature types.
*/
/** Temperature of CPUs in Celsius. */
public static final int DEVICE_TEMPERATURE_CPU = Constants.TemperatureType.CPU;