Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessThrottlerTest.java104 List<ThrottlingLevel> unsortedThermalLevels = new ArrayList<>(); in testThermalBrightnessThrottlingData() local
105 unsortedThermalLevels.add(new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, 0.62f)); in testThermalBrightnessThrottlingData()
106 unsortedThermalLevels.add(new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, 0.25f)); in testThermalBrightnessThrottlingData()
128 data = ThermalBrightnessThrottlingData.create(unsortedThermalLevels); in testThermalBrightnessThrottlingData()