Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/
DBrightnessClamperController.java356 private final String mPowerThrottlingDataId; field in BrightnessClamperController.DisplayDeviceData
366 mPowerThrottlingDataId = powerThrottlingDataId; in DisplayDeviceData()
393 return mPowerThrottlingDataId; in getPowerThrottlingDataId()
400 mPowerThrottlingDataId); in getPowerThrottlingData()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java198 private String mPowerThrottlingDataId; field in LogicalDisplay
244 mPowerThrottlingDataId = DisplayDeviceConfig.DEFAULT_ID; in LogicalDisplay()
985 if (!Objects.equals(powerThrottlingDataId, mPowerThrottlingDataId)) { in setPowerThrottlingDataIdLocked()
986 mPowerThrottlingDataId = powerThrottlingDataId; in setPowerThrottlingDataIdLocked()
996 return mPowerThrottlingDataId; in getPowerThrottlingDataIdLocked()
1064 pw.println("mPowerThrottlingDataId=" + mPowerThrottlingDataId); in dumpLocked()