Searched refs:levelLo (Results 1 – 1 of 1) sorted by relevance
222 levels.add(levelLo); in testThermalThrottlingMultiLevel()233 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus - 1)); in testThermalThrottlingMultiLevel()240 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus)); in testThermalThrottlingMultiLevel()242 assertEquals(levelLo.brightness, throttler.getBrightnessCap(), 0f); in testThermalThrottlingMultiLevel()248 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus + 1)); in testThermalThrottlingMultiLevel()250 assertEquals(levelLo.brightness, throttler.getBrightnessCap(), 0f); in testThermalThrottlingMultiLevel()272 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus + 1)); in testThermalThrottlingMultiLevel()274 assertEquals(levelLo.brightness, throttler.getBrightnessCap(), 0f); in testThermalThrottlingMultiLevel()280 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus)); in testThermalThrottlingMultiLevel()282 assertEquals(levelLo.brightness, throttler.getBrightnessCap(), 0f); in testThermalThrottlingMultiLevel()[all …]