Searched refs:consumerId (Results 1 – 1 of 1) sorted by relevance
187 final int consumerId = ecr.id; in updateAndGetDelta() local192 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()