Searched refs:throttlingTemps (Results 1 – 1 of 1) sorted by relevance
242 float[] throttlingTemps = mHardwarePropertiesManager.getDeviceTemperatures( in initTemperatureWarning() local245 if (throttlingTemps == null in initTemperatureWarning()246 || throttlingTemps.length == 0 in initTemperatureWarning()247 || throttlingTemps[0] == HardwarePropertiesManager.UNDEFINED_TEMPERATURE) { in initTemperatureWarning()250 mThresholdTemp = throttlingTemps[0]; in initTemperatureWarning()