Searched refs:scanningMah (Results 1 – 3 of 3) sorted by relevance
76 result.scanningMah = Conversion.msToHr(this.scanningTimeMs * modemProfile.getScanningMa()); in applyProfile()77 result.powerMah += result.scanningMah; in applyProfile()
26 public double scanningMah; field in ModemRemainderPower
97 Assert.assertEquals(2443805 * 12 / MS_PER_HR, modem.scanningMah, EPSILON); in testModemRemainder()