Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessThrottlerTest.java118 List<ThrottlingLevel> invalidLevel = new ArrayList<>(); in testThermalBrightnessThrottlingData() local
119 invalidLevel.add(new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalBrightnessThrottlingData()
134 data = ThermalBrightnessThrottlingData.create(invalidLevel); in testThermalBrightnessThrottlingData()