Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DMeasuredEnergySnapshot.java150 int voltageMV) { in updateAndGetDelta() argument
154 if (voltageMV <= 0) { in updateAndGetDelta()
155 Slog.wtf(TAG, "Unexpected battery voltage (" + voltageMV in updateAndGetDelta()
182 mVoltageSnapshots.put(consumerId, voltageMV); in updateAndGetDelta()
184 final int avgVoltageMV = (oldVoltageMV + voltageMV + 1) / 2; in updateAndGetDelta()
200 + "), new voltage (" + voltageMV + "), old voltage (" + oldVoltageMV in updateAndGetDelta()
335 final long voltageMV = mVoltageSnapshots.valueAt(i); in dump() local
337 voltageMV)); in dump()