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

  /frameworks/base/core/java/com/android/internal/os/
BluetoothPowerCalculator.java 24 private final double mIdleMa;
31 mIdleMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_IDLE);
53 powerMah = ((idleTimeMs * mIdleMa) + (rxTimeMs * mRxMa) + (txTimeMs * mTxMa))
81 powerMah = ((idleTimeMs * mIdleMa) + (rxTimeMs * mRxMa) + (txTimeMs * mTxMa))
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 52 milliseconds