Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayInfo.java382 public String thermalBrightnessThrottlingDataId; field in DisplayInfo
465 thermalBrightnessThrottlingDataId, other.thermalBrightnessThrottlingDataId); in equals()
526 thermalBrightnessThrottlingDataId = other.thermalBrightnessThrottlingDataId; in copyFrom()
597 thermalBrightnessThrottlingDataId = source.readString8(); in readFromParcel()
664 dest.writeString8(thermalBrightnessThrottlingDataId); in writeToParcel()
944 sb.append(thermalBrightnessThrottlingDataId); in toString()
/frameworks/base/services/core/java/com/android/server/wm/
DDeferredDisplayUpdater.java425 || !Objects.equals(first.thermalBrightnessThrottlingDataId, in calculateDisplayInfoDiff()
426 second.thermalBrightnessThrottlingDataId)) { in calculateDisplayInfoDiff()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DLogicalDisplayMapperTest.java952 .getDisplayInfoLocked().thermalBrightnessThrottlingDataId); in testDeviceStateLocked()
954 .getDisplayInfoLocked().thermalBrightnessThrottlingDataId); in testDeviceStateLocked()
964 .getDisplayInfoLocked().thermalBrightnessThrottlingDataId); in testDeviceStateLocked()
967 .getDisplayInfoLocked().thermalBrightnessThrottlingDataId); in testDeviceStateLocked()
977 .getDisplayInfoLocked().thermalBrightnessThrottlingDataId); in testDeviceStateLocked()
980 .getDisplayInfoLocked().thermalBrightnessThrottlingDataId); in testDeviceStateLocked()
DLogicalDisplayTest.java565 assertEquals(brightnessThrottlingDataId, info3.thermalBrightnessThrottlingDataId); in testSetThermalBrightnessThrottlingDataId()
DDisplayPowerControllerTest.java1262 mHolder.display.getDisplayInfoLocked().thermalBrightnessThrottlingDataId = in testUpdateBrightnessThrottlingDataId()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java525 logicalDisplay.getDisplayInfoLocked().thermalBrightnessThrottlingDataId; in DisplayPowerController()
849 final String thermalBrightnessThrottlingDataId = in onDisplayChanged() local
850 mLogicalDisplay.getDisplayInfoLocked().thermalBrightnessThrottlingDataId; in onDisplayChanged()
869 mThermalBrightnessThrottlingDataId = thermalBrightnessThrottlingDataId; in onDisplayChanged()
878 thermalBrightnessThrottlingDataId)) { in onDisplayChanged()
880 mThermalBrightnessThrottlingDataId = thermalBrightnessThrottlingDataId; in onDisplayChanged()
895 thermalBrightnessThrottlingDataId, powerThrottlingDataId, config)); in onDisplayChanged()
2031 mLogicalDisplay.getDisplayInfoLocked().thermalBrightnessThrottlingDataId, in createBrightnessThrottlerLocked()
DLogicalDisplay.java245 mBaseDisplayInfo.thermalBrightnessThrottlingDataId = mThermalBrightnessThrottlingDataId; in LogicalDisplay()
564 mBaseDisplayInfo.thermalBrightnessThrottlingDataId = mThermalBrightnessThrottlingDataId; in updateLocked()