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

  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsHelper.java 247 public static String makemAh(double power) {
372 Log.d(TAG, "Accuracy: total computed=" + makemAh(mComputedPower) + ", min discharge="
373 + makemAh(mMinDrainedPower) + ", max discharge=" + makemAh(mMaxDrainedPower));
442 + step + " ratio=" + makemAh(ratio) + " power="
443 + makemAh(ratio*tmpCpuTime*powerCpuNormal[step] / (60*60*1000)));
449 ent.getKey(), makemAh(processPower / (60*60*1000))));
490 + wakelockTime + " power=" + makemAh(p));
511 + " power=" + makemAh(p));
521 + (mobileRx+mobileTx) + " power=" + makemAh(p))
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]

Completed in 67 milliseconds