Searched refs:mVoltageSnapshots (Results 1 – 1 of 1) sorted by relevance
74 private final SparseIntArray mVoltageSnapshots; field in EnergyConsumerSnapshot97 mVoltageSnapshots = new SparseIntArray(mEnergyConsumers.size()); in EnergyConsumerSnapshot()205 final int oldVoltageMV = mVoltageSnapshots.get(consumerId); in updateAndGetDelta()207 mVoltageSnapshots.put(consumerId, voltageMV); in updateAndGetDelta()364 final long voltageMV = mVoltageSnapshots.valueAt(i); in dump()