Searched refs:oldVoltageMV (Results 1 – 1 of 1) sorted by relevance
202 final int oldVoltageMV = mVoltageSnapshots.get(consumerId); in updateAndGetDelta() local206 final int avgVoltageMV = (oldVoltageMV + voltageMV + 1) / 2; in updateAndGetDelta()219 if (deltaUJ < 0 || oldVoltageMV <= 0) { in updateAndGetDelta()222 + "), new voltage (" + voltageMV + "), old voltage (" + oldVoltageMV in updateAndGetDelta()