Searched refs:otherKey (Results 1 – 4 of 4) sorted by relevance
566 BatteryConsumer.Key otherKey = null; in addPowerAndDuration() local569 otherKey = aKey; in addPowerAndDuration()574 if (otherKey == null) { in addPowerAndDuration()580 + otherData.getDouble(otherKey.mPowerColumnIndex)); in addPowerAndDuration()583 + otherData.getLong(otherKey.mDurationColumnIndex)); in addPowerAndDuration()590 if (otherKey.mPowerModelColumnIndex == POWER_MODEL_NOT_INCLUDED) { in addPowerAndDuration()594 int otherPowerModel = otherData.getInt(otherKey.mPowerModelColumnIndex); in addPowerAndDuration()
145 TaskKey otherKey = (TaskKey) o; in equals() local146 return id == otherKey.id in equals()147 && windowingMode == otherKey.windowingMode in equals()148 && userId == otherKey.userId; in equals()
7343 final long otherKey = other.keyAt(i); in merge() local7345 that.put(otherKey, that.get(otherKey) + otherValue); in merge()
3778 final long otherKey = getChangedHolderKey(other); in handleMissingPreInfoForChangeError() local3779 if (otherKey == key) { in handleMissingPreInfoForChangeError()