Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/layout/
H A DLayout.java312 private final String mThermalRefreshRateThrottlingMapId; field in Layout.Display
330 mThermalRefreshRateThrottlingMapId = refreshRateThermalThrottlingMapId; in Display()
346 + ", mThermalRefreshRateThrottlingMapId: " + mThermalRefreshRateThrottlingMapId in toString()
368 && Objects.equals(mThermalRefreshRateThrottlingMapId, in equals()
369 otherDisplay.mThermalRefreshRateThrottlingMapId); in equals()
384 result = 31 * result + Objects.hashCode(mThermalRefreshRateThrottlingMapId); in hashCode()
441 return mThermalRefreshRateThrottlingMapId; in getRefreshRateThermalThrottlingMapId()