Searched refs:throttlingDataMap (Results 1 – 2 of 2) sorted by relevance
248 HashMap<String, DisplayDeviceConfig.ThermalBrightnessThrottlingData> throttlingDataMap = in testConfigValuesFromDisplayConfig() local250 throttlingDataMap.put("default", defaultThrottlingData); in testConfigValuesFromDisplayConfig()251 throttlingDataMap.put("concurrent", concurrentThrottlingData); in testConfigValuesFromDisplayConfig()253 assertEquals(throttlingDataMap, in testConfigValuesFromDisplayConfig()
484 HashMap<String, ThermalBrightnessThrottlingData> throttlingDataMap = new HashMap<>(1); in createThrottlerSupported() local485 throttlingDataMap.put("default", data); in createThrottlerSupported()487 () -> {}, "123", "default", throttlingDataMap); in createThrottlerSupported()