Searched refs:throttlingTemps (Results 1 – 1 of 1) sorted by relevance
373 float[] throttlingTemps = mHardwarePropertiesManager.getDeviceTemperatures( in initTemperatureWarning() local376 if (throttlingTemps == null in initTemperatureWarning()377 || throttlingTemps.length == 0 in initTemperatureWarning()378 || throttlingTemps[0] == HardwarePropertiesManager.UNDEFINED_TEMPERATURE) { in initTemperatureWarning()381 mThresholdTemp = throttlingTemps[0] - in initTemperatureWarning()