Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPowerComponents.java550 BatteryConsumer.Key otherKey = null; in addPowerAndDuration() local
553 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()
/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/native/libs/input/
DKeyCharacterMap.cpp128 const Key* otherKey = other.mKeys.valueAt(i); in operator ==() local
129 if (key->label != otherKey->label || key->number != otherKey->number) { in operator ==()
/frameworks/base/core/java/android/app/
DAppOpsManager.java7287 final long otherKey = other.keyAt(i); in merge() local
7289 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()