Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1623 private int mEstimatedBatteryCapacityMah = -1; field in BatteryStatsImpl
1839 return mEstimatedBatteryCapacityMah; in getEstimatedBatteryCapacity()
11436 if (mEstimatedBatteryCapacityMah == -1) { in initPowerProfile()
11438 mEstimatedBatteryCapacityMah = (int) mPowerProfile.getBatteryCapacity(); in initPowerProfile()
11944 mEstimatedBatteryCapacityMah = (int) mPowerProfile.getBatteryCapacity(); in resetAllStatsLocked()
11946 mEstimatedBatteryCapacityMah = -1; in resetAllStatsLocked()
14891 mEstimatedBatteryCapacityMah = (int) ((chargeUah / 1000) / (level / 100.0));
16436 mEstimatedBatteryCapacityMah = in.readInt();
16960 out.writeInt(mEstimatedBatteryCapacityMah);