Searched refs:powerQuota (Results 1 – 1 of 1) sorted by relevance
79 float powerQuota = Float.parseFloat(value);80 return new ThrottlingLevel(status, powerQuota);197 float powerQuota = getPowerQuotaForThermalStatus(mCurrentThermalLevel); in recalculateBrightnessCap() local201 if (powerQuota > 0 && mCurrentAvgPowerConsumed > powerQuota) { in recalculateBrightnessCap()206 (powerQuota / mCurrentAvgPowerConsumed) * PowerManager.BRIGHTNESS_MAX; in recalculateBrightnessCap()220 float powerQuota = 0f; in getPowerQuotaForThermalStatus() local225 powerQuota = level.powerQuotaMilliWatts; in getPowerQuotaForThermalStatus()232 return powerQuota; in getPowerQuotaForThermalStatus()