Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java3045 ThrottlingLevel otherThrottlingLevel = (ThrottlingLevel) obj; in equals() local
3047 return otherThrottlingLevel.thermalStatus == this.thermalStatus in equals()
3048 && otherThrottlingLevel.powerQuotaMilliWatts == this.powerQuotaMilliWatts; in equals()
3161 ThrottlingLevel otherThrottlingLevel = (ThrottlingLevel) obj; in equals() local
3163 return otherThrottlingLevel.thermalStatus == this.thermalStatus in equals()
3164 && otherThrottlingLevel.brightness == this.brightness; in equals()