Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPowerComponents.java553 private void addPowerAndDuration(BatteryConsumer.BatteryConsumerData otherData) { in addPowerAndDuration() argument
555 != 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 …]
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java3113 PowerThrottlingData otherData = (PowerThrottlingData) obj; in equals() local
3114 return throttlingLevels.equals(otherData.throttlingLevels); in equals()
3239 ThermalBrightnessThrottlingData otherData = (ThermalBrightnessThrottlingData) obj; in equals() local
3240 return throttlingLevels.equals(otherData.throttlingLevels); in equals()