Searched refs:newProfName (Results 1 – 1 of 1) sorted by relevance
605 public static void changeThermalProfile(String newProfName) { in changeThermalProfile() argument607 if (newProfName.equalsIgnoreCase(sCurProfileName)) { in changeThermalProfile()611 if (!isProfileExists(newProfName)) { in changeThermalProfile()615 Log.i(TAG, "ACTION_CHANGE_THERMAL_PROFILE received. New Profile: " + newProfName); in changeThermalProfile()618 startNewProfile(newProfName); in changeThermalProfile()