Home
last modified time | relevance | path

Searched refs:validLevels (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessThrottlerTest.java100 List<ThrottlingLevel> validLevels = new ArrayList<>(); in testThermalBrightnessThrottlingData() local
101 validLevels.add(new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, 0.62f)); in testThermalBrightnessThrottlingData()
102 validLevels.add(new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, 0.25f)); in testThermalBrightnessThrottlingData()
142 data = ThermalBrightnessThrottlingData.create(validLevels); in testThermalBrightnessThrottlingData()
144 assertThrottlingLevelsEquals(validLevels, data.throttlingLevels); in testThermalBrightnessThrottlingData()