Searched refs:mThresholdTemp (Results 1 – 1 of 1) sorted by relevance
69 private float mThresholdTemp; field in PowerUI243 mThresholdTemp = Settings.Global.getFloat(resolver, Settings.Global.WARNING_TEMPERATURE, in initTemperatureWarning()246 if (mThresholdTemp < 0f) { in initTemperatureWarning()256 mThresholdTemp = throttlingTemps[0]; in initTemperatureWarning()281 && temp >= mThresholdTemp) { in updateTemperatureWarning()297 .append(",thresholdTemp=").append(mThresholdTemp) in logAtTemperatureThreshold()370 pw.println(Float.toString(mThresholdTemp)); in dump()