Searched refs:otherThrottlingLevel (Results 1 – 1 of 1) sorted by relevance
3229 ThrottlingLevel otherThrottlingLevel = (ThrottlingLevel) obj; in equals() local3231 return otherThrottlingLevel.thermalStatus == this.thermalStatus in equals()3232 && otherThrottlingLevel.brightness == this.brightness; in equals()