Searched refs:mThresholdTemp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java68 private float mThresholdTemp; field in class:PowerUI
237 mThresholdTemp = Settings.Global.getFloat(resolver, Settings.Global.WARNING_TEMPERATURE,
240 if (mThresholdTemp < 0f) {
250 mThresholdTemp = throttlingTemps[0];
268 && temp >= mThresholdTemp) {
284 .append(",thresholdTemp=").append(mThresholdTemp)
356 pw.print("mThresholdTemp=");
357 pw.println(Float.toString(mThresholdTemp));

Completed in 23 milliseconds