Searched refs:mVoltageSnapshots (Results 1 – 1 of 1) sorted by relevance
73 private final SparseIntArray mVoltageSnapshots; field in EnergyConsumerSnapshot94 mVoltageSnapshots = new SparseIntArray(mEnergyConsumers.size()); in EnergyConsumerSnapshot()202 final int oldVoltageMV = mVoltageSnapshots.get(consumerId); in updateAndGetDelta()204 mVoltageSnapshots.put(consumerId, voltageMV); in updateAndGetDelta()361 final long voltageMV = mVoltageSnapshots.valueAt(i); in dump()