Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DEnergyConsumerSnapshot.java74 private final SparseIntArray mVoltageSnapshots; field in EnergyConsumerSnapshot
97 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()