Searched refs:TYPE_CPU (Results 1 – 4 of 4) sorted by relevance
49 TYPE_CPU,64 public static final int TYPE_CPU = CoolingType.CPU; field in CoolingDevice
67 TYPE_CPU,83 public static final int TYPE_CPU = TemperatureType.CPU; field in Temperature
338 mFakeHal.getCurrentCoolingDevices(true, CoolingDevice.TYPE_CPU), in testGetCurrentCoolingDevices()339 mService.mService.getCurrentCoolingDevicesWithType(CoolingDevice.TYPE_CPU)); in testGetCurrentCoolingDevices()
261 case Temperature.TYPE_CPU: in shutdownIfNeeded()