HomeSort by relevance Sort by last modified time
    Searched defs:mRxCurrentMa (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
WifiPowerCalculator.java 30 private final double mRxCurrentMa;
37 mRxCurrentMa = profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_RX);
55 ((idleTime * mIdleCurrentMa) + (txTime * mTxCurrentMa) + (rxTime * mRxCurrentMa))
91 + (rxTimeMs * mRxCurrentMa)) / (1000*60*60);
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 64 milliseconds