Searched defs:mEstimatedBatteryCapacity (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java619 private int mEstimatedBatteryCapacity = -1; field in class:BatteryStatsImpl
681 return mEstimatedBatteryCapacity;
8951 if (mEstimatedBatteryCapacity == -1) {
8953 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity();
9528 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity();
9530 mEstimatedBatteryCapacity = -1;
10816 mEstimatedBatteryCapacity = (int) ((chargeUAh / 1000) / (level / 100.0));
11769 mEstimatedBatteryCapacity = in.readInt();
12195 out.writeInt(mEstimatedBatteryCapacity);
12653 mEstimatedBatteryCapacity
[all...]

Completed in 60 milliseconds