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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalManager.java85 public static Hashtable<String, ArrayList<ThermalZone>> sProfileZoneMap = field in class:ThermalManager
546 if (sProfileZoneMap.get(profName) == null || sProfileBindMap.get(profName) == null) {
553 sThermalZonesList = sProfileZoneMap.get(profName);
623 Iterator it = ThermalManager.sProfileZoneMap.entrySet().iterator();
748 Iterator it = sProfileZoneMap.entrySet().iterator();
784 sProfileZoneMap.clear();
H A DThermalService.java439 ThermalManager.sProfileZoneMap.put(mCurProfileName, mThermalZones);
443 ThermalManager.sProfileZoneMap.put(mCurProfileName, mThermalZones);
576 Iterator it = ThermalManager.sProfileZoneMap.entrySet().iterator();

Completed in 971 milliseconds