Searched refs:getLastCoolingDeviceInstance (Results 1 – 2 of 2) sorted by relevance
250 if (mZone == null || mZone.getLastCoolingDeviceInstance() == null) { in processMetaTag()255 mZone.getLastCoolingDeviceInstance().setThrottleMaskList(tempList); in processMetaTag()259 if (mZone == null || mZone.getLastCoolingDeviceInstance() == null) { in processMetaTag()264 mZone.getLastCoolingDeviceInstance().setDeThrottleMaskList(tempList); in processMetaTag()310 mZone.getLastCoolingDeviceInstance().setCoolingDeviceId( in processStartElement()314 mZone.getLastCoolingDeviceInstance().setCoolingDeviceStates( in processStartElement()382 cDevInfo = mZone.getLastCoolingDeviceInstance(); in processEndElement()
444 public CoolingDeviceInfo getLastCoolingDeviceInstance() { in getLastCoolingDeviceInstance() method in ThermalManager.ZoneCoolerBindingInfo