Searched refs:voltageMV (Results 1 – 1 of 1) sorted by relevance
150 int voltageMV) { in updateAndGetDelta() argument154 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() local337 voltageMV)); in dump()