Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DEnergyConsumerSnapshot.java187 final int consumerId = ecr.id; in updateAndGetDelta() local
192 final EnergyConsumer consumer = mEnergyConsumers.get(consumerId, null); in updateAndGetDelta()
194 Slog.e(TAG, "updateAndGetDelta given invalid consumerId " + consumerId); in updateAndGetDelta()
201 final long oldEnergyUJ = mEnergyConsumerSnapshots.get(consumerId, UNAVAILABLE); in updateAndGetDelta()
202 final int oldVoltageMV = mVoltageSnapshots.get(consumerId); in updateAndGetDelta()
203 mEnergyConsumerSnapshots.put(consumerId, newEnergyUJ); in updateAndGetDelta()
204 mVoltageSnapshots.put(consumerId, voltageMV); in updateAndGetDelta()