Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayDeviceConfigTest.java248 HashMap<String, DisplayDeviceConfig.ThermalBrightnessThrottlingData> throttlingDataMap = in testConfigValuesFromDisplayConfig() local
250 throttlingDataMap.put("default", defaultThrottlingData); in testConfigValuesFromDisplayConfig()
251 throttlingDataMap.put("concurrent", concurrentThrottlingData); in testConfigValuesFromDisplayConfig()
253 assertEquals(throttlingDataMap, in testConfigValuesFromDisplayConfig()
H A DBrightnessThrottlerTest.java484 HashMap<String, ThermalBrightnessThrottlingData> throttlingDataMap = new HashMap<>(1); in createThrottlerSupported() local
485 throttlingDataMap.put("default", data); in createThrottlerSupported()
487 () -> {}, "123", "default", throttlingDataMap); in createThrottlerSupported()