Home
last modified time | relevance | path

Searched defs:throttlingLevels (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/clamper/
H A DBrightnessThermalClamperTest.java125 public void testNotifyThrottlingAfterOnDisplayChange(List<ThrottlingLevel> throttlingLevels, in testNotifyThrottlingAfterOnDisplayChange()
142 public void testOnDisplayChangeAfterNotifyThrottlng(List<ThrottlingLevel> throttlingLevels, in testOnDisplayChangeAfterNotifyThrottlng()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceConfig.java1988 List<ThermalBrightnessThrottlingData.ThrottlingLevel> throttlingLevels = in loadThermalBrightnessThrottlingMaps() local
3204 public List<ThrottlingLevel> throttlingLevels; field in DisplayDeviceConfig.ThermalBrightnessThrottlingData
3249 List<ThrottlingLevel> throttlingLevels) { in create()