Searched refs:thisLevel (Results 1 – 1 of 1) sorted by relevance
3074 ThrottlingLevel thisLevel = throttlingLevels.get(i); in create() local3076 if (thisLevel.thermalStatus <= prevLevel.thermalStatus) { in create()3078 + "configuration. ThermalStatus " + thisLevel.thermalStatus + " <= " in create()3083 if (thisLevel.powerQuotaMilliWatts >= prevLevel.powerQuotaMilliWatts) { in create()3086 + thisLevel.powerQuotaMilliWatts + " >= " in create()3091 prevLevel = thisLevel; in create()3190 ThrottlingLevel thisLevel = throttlingLevels.get(i); in create() local3192 if (thisLevel.thermalStatus <= prevLevel.thermalStatus) { in create()3194 + "configuration. ThermalStatus " + thisLevel.thermalStatus + " <= " in create()3199 if (thisLevel.brightness >= prevLevel.brightness) { in create()[all …]