Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java840 mRefreshRateThrottlingMap = new HashMap<>(); field in DisplayDeviceConfig
1370 return mRefreshRateThrottlingMap.get(key); in getThermalRefreshRateThrottlingData()
1662 + ", mRefreshRateThrottlingMap= " + mRefreshRateThrottlingMap in toString()
2039 if (mRefreshRateThrottlingMap.containsKey(id)) { in loadThermalRefreshRateThrottlingMap()
2070 mRefreshRateThrottlingMap.put(id, refreshRates); in loadThermalRefreshRateThrottlingMap()