Searched refs:profName (Results 1 – 2 of 2) sorted by relevance
521 public static void setCurBindMap(String profName) { in setCurBindMap() argument523 sZoneCoolerBindMap = sProfileBindMap.get(profName); in setCurBindMap()533 public static Hashtable<Integer, ZoneCoolerBindingInfo> getBindMap(String profName) { in getBindMap() argument534 return sProfileBindMap.get(profName); in getBindMap()537 private static void setCurProfileName(String profName) { in setCurProfileName() argument538 sCurProfileName = profName; in setCurProfileName()545 private static boolean isProfileExists(String profName) { in isProfileExists() argument546 if (sProfileZoneMap.get(profName) == null || sProfileBindMap.get(profName) == null) { in isProfileExists()552 private static void startNewProfile(String profName) { in startNewProfile() argument553 sThermalZonesList = sProfileZoneMap.get(profName); in startNewProfile()[all …]
29 ThermalEvent(int id, int type, int state, int temp, String zoneName, String profName) { in ThermalEvent() argument35 mProfName = profName; in ThermalEvent()