Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceConfig.java3229 ThrottlingLevel otherThrottlingLevel = (ThrottlingLevel) obj; in equals() local
3231 return otherThrottlingLevel.thermalStatus == this.thermalStatus in equals()
3232 && otherThrottlingLevel.brightness == this.brightness; in equals()