Home
last modified time | relevance | path

Searched refs:throttlingTemps (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java248 float[] throttlingTemps = mHardwarePropertiesManager.getDeviceTemperatures( in initTemperatureWarning() local
251 if (throttlingTemps == null in initTemperatureWarning()
252 || throttlingTemps.length == 0 in initTemperatureWarning()
253 || throttlingTemps[0] == HardwarePropertiesManager.UNDEFINED_TEMPERATURE) { in initTemperatureWarning()
256 mThresholdTemp = throttlingTemps[0]; in initTemperatureWarning()