Searched refs:mZone (Results 1 – 1 of 1) sorted by relevance
106 ThermalManager.ZoneCoolerBindingInfo mZone = null; field in ThermalCooling.ThermalParser128 mZone = null; in ThermalParser()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()281 if (mZone == null) { in processStartElement()282 mZone = new ThermalManager.ZoneCoolerBindingInfo(); in processStartElement()294 } else if (name.equalsIgnoreCase(COOLINGDEVICEINFO) && mZone != null) { in processStartElement()295 if (mZone.getCoolingDeviceInfoList() == null) { in processStartElement()[all …]