Home
last modified time | relevance | path

Searched refs:mEstimatedBatteryCapacityMah (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1537 private int mEstimatedBatteryCapacityMah = -1; field in BatteryStatsImpl
1712 return mEstimatedBatteryCapacityMah; in getEstimatedBatteryCapacity()
11048 if (mEstimatedBatteryCapacityMah == -1) { in setPowerProfileLocked()
11050 mEstimatedBatteryCapacityMah = (int) mPowerProfile.getBatteryCapacity(); in setPowerProfileLocked()
11557 mEstimatedBatteryCapacityMah = (int) mPowerProfile.getBatteryCapacity(); in resetAllStatsLocked()
11559 mEstimatedBatteryCapacityMah = -1; in resetAllStatsLocked()
14320 mEstimatedBatteryCapacityMah = (int) ((chargeUah / 1000) / (level / 100.0));
15817 mEstimatedBatteryCapacityMah = in.readInt();
16333 out.writeInt(mEstimatedBatteryCapacityMah);