Searched refs:otherKey (Results 1 – 5 of 5) sorted by relevance
550 BatteryConsumer.Key otherKey = null; in addPowerAndDuration() local553 otherKey = aKey; in addPowerAndDuration()558 if (otherKey == null) { in addPowerAndDuration()564 + otherData.getDouble(otherKey.mPowerColumnIndex)); in addPowerAndDuration()567 + otherData.getLong(otherKey.mDurationColumnIndex)); in addPowerAndDuration()574 if (otherKey.mPowerModelColumnIndex == -1) { in addPowerAndDuration()578 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()
128 const Key* otherKey = other.mKeys.valueAt(i); in operator ==() local129 if (key->label != otherKey->label || key->number != otherKey->number) { in operator ==()
7287 final long otherKey = other.keyAt(i); in merge() local7289 that.put(otherKey, that.get(otherKey) + otherValue); in merge()
3778 final long otherKey = getChangedHolderKey(other); in handleMissingPreInfoForChangeError() local3779 if (otherKey == key) { in handleMissingPreInfoForChangeError()