HomeSort by relevance Sort by last modified time
    Searched defs:sProfileBindMap (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalManager.java 96 public static Hashtable<String, Hashtable<Integer, ZoneCoolerBindingInfo>> sProfileBindMap =
523 sZoneCoolerBindMap = sProfileBindMap.get(profName);
534 return sProfileBindMap.get(profName);
546 if (sProfileZoneMap.get(profName) == null || sProfileBindMap.get(profName) == null) {
554 sZoneCoolerBindMap = sProfileBindMap.get(profName);
786 sProfileBindMap.clear();
ThermalCooling.java 368 ThermalManager.sProfileBindMap.put(mCurProfileName, mZoneCoolerBindMap);
377 ThermalManager.sProfileBindMap.put(mCurProfileName, mZoneCoolerBindMap);
    [all...]

Completed in 426 milliseconds