Searched refs:getBatteryCapacity (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java452 public double getBatteryCapacity() { method in class:PowerProfile
H A DBatteryStatsHelper.java443 * mPowerProfile.getBatteryCapacity()) / 100;
445 * mPowerProfile.getBatteryCapacity()) / 100;
H A DBatteryStatsImpl.java8727 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity();
9279 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity();
/frameworks/base/core/java/android/os/
H A DBatteryStats.java3285 BatteryStatsHelper.makemAh(helper.getPowerProfile().getBatteryCapacity()),
4265 printmAh(pw, helper.getPowerProfile().getBatteryCapacity());

Completed in 125 milliseconds