Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceConfig.java736 mRefreshRateThrottlingMap = new HashMap<>(); field in DisplayDeviceConfig
1422 return mRefreshRateThrottlingMap.get(key); in getThermalRefreshRateThrottlingData()
1687 + ", mRefreshRateThrottlingMap= " + mRefreshRateThrottlingMap in toString()
2032 if (mRefreshRateThrottlingMap.containsKey(id)) { in loadThermalRefreshRateThrottlingMap()
2063 mRefreshRateThrottlingMap.put(id, refreshRates); in loadThermalRefreshRateThrottlingMap()