Searched refs:voltageMV (Results 1 – 1 of 1) sorted by relevance
172 public EnergyConsumerDeltaData updateAndGetDelta(EnergyConsumerResult[] ecrs, int voltageMV) { in updateAndGetDelta() argument176 if (voltageMV <= 0) { in updateAndGetDelta()177 Slog.wtf(TAG, "Unexpected battery voltage (" + voltageMV in updateAndGetDelta()204 mVoltageSnapshots.put(consumerId, voltageMV); in updateAndGetDelta()206 final int avgVoltageMV = (oldVoltageMV + voltageMV + 1) / 2; in updateAndGetDelta()222 + "), new voltage (" + voltageMV + "), old voltage (" + oldVoltageMV in updateAndGetDelta()361 final long voltageMV = mVoltageSnapshots.valueAt(i); in dump() local363 voltageMV)); in dump()