Home
last modified time | relevance | path

Searched refs:otherKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
DPowerComponents.java566 BatteryConsumer.Key otherKey = null; in addPowerAndDuration() local
569 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()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java145 TaskKey otherKey = (TaskKey) o; in equals() local
146 return id == otherKey.id in equals()
147 && windowingMode == otherKey.windowingMode in equals()
148 && userId == otherKey.userId; in equals()
/frameworks/base/core/java/android/app/
DAppOpsManager.java7343 final long otherKey = other.keyAt(i); in merge() local
7345 that.put(otherKey, that.get(otherKey) + otherValue); in merge()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java3778 final long otherKey = getChangedHolderKey(other); in handleMissingPreInfoForChangeError() local
3779 if (otherKey == key) { in handleMissingPreInfoForChangeError()