Searched refs:otherData (Results 1 – 2 of 2) sorted by relevance
553 private void addPowerAndDuration(BatteryConsumer.BatteryConsumerData otherData) { in addPowerAndDuration() argument555 != otherData.layout.customPowerComponentCount) { in addPowerAndDuration()558 + otherData.layout.customPowerComponentCount in addPowerAndDuration()567 for (BatteryConsumer.Key aKey: otherData.layout.keys[componentId]) { in addPowerAndDuration()580 + otherData.getDouble(otherKey.mPowerColumnIndex)); in addPowerAndDuration()583 + otherData.getLong(otherKey.mDurationColumnIndex)); in addPowerAndDuration()594 int otherPowerModel = otherData.getInt(otherKey.mPowerModelColumnIndex); in addPowerAndDuration()613 otherData.layout.firstCustomConsumedPowerColumn + i; in addPowerAndDuration()615 mData.getDouble(powerColumnIndex) + otherData.getDouble( in addPowerAndDuration()620 otherData.layout.firstCustomUsageDurationColumn + i; in addPowerAndDuration()[all …]
3113 PowerThrottlingData otherData = (PowerThrottlingData) obj; in equals() local3114 return throttlingLevels.equals(otherData.throttlingLevels); in equals()3239 ThermalBrightnessThrottlingData otherData = (ThermalBrightnessThrottlingData) obj; in equals() local3240 return throttlingLevels.equals(otherData.throttlingLevels); in equals()