Searched refs:MILLIS_IN_HOUR (Results 1 – 2 of 2) sorted by relevance
28 private static final double MILLIS_IN_HOUR = 1000.0 * 60 * 60; field in UsageBasedPowerEstimator32 mAveragePowerMahPerMs = averagePowerMilliAmp / MILLIS_IN_HOUR; in UsageBasedPowerEstimator()
39 private static final double MILLIS_IN_HOUR = 1000.0 * 60 * 60; field in MobileRadioPowerCalculator405 final double consumptionMah = drainRateMa * rxDurationMs / MILLIS_IN_HOUR; in calcRxStatePowerMah()429 final double consumptionMah = drainRateMa * txDurationMs / MILLIS_IN_HOUR; in calcTxStatePowerMah()