Home
last modified time | relevance | path

Searched refs:sProfileZoneMap (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalManager.java85 public static Hashtable<String, ArrayList<ThermalZone>> sProfileZoneMap = field in ThermalManager
546 if (sProfileZoneMap.get(profName) == null || sProfileBindMap.get(profName) == null) { in isProfileExists()
553 sThermalZonesList = sProfileZoneMap.get(profName); in startNewProfile()
623 Iterator it = ThermalManager.sProfileZoneMap.entrySet().iterator(); in setBucketSizeForProfiles()
748 Iterator it = sProfileZoneMap.entrySet().iterator(); in buildProfileNameList()
784 sProfileZoneMap.clear(); in clearData()
DThermalService.java438 ThermalManager.sProfileZoneMap.put(mCurProfileName, mThermalZones); in processEndElement()
442 ThermalManager.sProfileZoneMap.put(mCurProfileName, mThermalZones); in processEndElement()
575 Iterator it = ThermalManager.sProfileZoneMap.entrySet().iterator(); in onStartCommand()