Searched refs:profName (Results 1 – 3 of 3) 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()
447 String profName = intent.getStringExtra(ThermalManager.EXTRA_PROFILE); in onReceive() local448 if (profName != null) { in onReceive()449 ThermalManager.changeThermalProfile(profName); in onReceive()465 String profName = intent.getStringExtra(ThermalManager.EXTRA_PROFILE); in onReceive() local473 if (profName == null) { in onReceive()474 profName = ThermalManager.DEFAULT_PROFILE_NAME; in onReceive()478 + "(" + profName + ", " + zoneName + ", " + thermState + ", " in onReceive()482 ThermalManager.getBindMap(profName); in onReceive()