Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java994 private int mEstimatedBatteryCapacity = -1; field in BatteryStatsImpl
1071 return mEstimatedBatteryCapacity; in getEstimatedBatteryCapacity()
9890 if (mEstimatedBatteryCapacity == -1) { in setPowerProfileLocked()
9892 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity(); in setPowerProfileLocked()
10468 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity(); in resetAllStatsLocked()
10470 mEstimatedBatteryCapacity = -1; in resetAllStatsLocked()
12102 mEstimatedBatteryCapacity = (int) ((chargeUAh / 1000) / (level / 100.0)); in setOnBatteryLocked()
13559 mEstimatedBatteryCapacity = in.readInt(); in readSummaryFromParcel()
14052 out.writeInt(mEstimatedBatteryCapacity); in writeSummaryToParcel()
14548 mEstimatedBatteryCapacity = in.readInt(); in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95094 Lcom/android/internal/os/BatteryStatsImpl;->mEstimatedBatteryCapacity:I