Searched refs:otherThrottlingLevel (Results 1 – 1 of 1) sorted by relevance
3045 ThrottlingLevel otherThrottlingLevel = (ThrottlingLevel) obj; in equals() local3047 return otherThrottlingLevel.thermalStatus == this.thermalStatus in equals()3048 && otherThrottlingLevel.powerQuotaMilliWatts == this.powerQuotaMilliWatts; in equals()3161 ThrottlingLevel otherThrottlingLevel = (ThrottlingLevel) obj; in equals() local3163 return otherThrottlingLevel.thermalStatus == this.thermalStatus in equals()3164 && otherThrottlingLevel.brightness == this.brightness; in equals()