Searched refs:mRxCurrentMa (Results 1 – 1 of 1) sorted by relevance
30 private final double mRxCurrentMa; field in WifiPowerCalculator37 mRxCurrentMa = profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_RX); in WifiPowerCalculator()55 ((idleTime * mIdleCurrentMa) + (txTime * mTxCurrentMa) + (rxTime * mRxCurrentMa)) in calculateApp()91 + (rxTimeMs * mRxCurrentMa)) / (1000*60*60); in calculateRemaining()