Searched refs:sProfileZoneMap (Results 1 – 2 of 2) sorted by relevance
85 public static Hashtable<String, ArrayList<ThermalZone>> sProfileZoneMap = field in ThermalManager546 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()
438 ThermalManager.sProfileZoneMap.put(mCurProfileName, mThermalZones); in processEndElement()442 ThermalManager.sProfileZoneMap.put(mCurProfileName, mThermalZones); in processEndElement()575 Iterator it = ThermalManager.sProfileZoneMap.entrySet().iterator(); in onStartCommand()