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
1073 return mEstimatedBatteryCapacity; in getEstimatedBatteryCapacity()
9903 if (mEstimatedBatteryCapacity == -1) { in setPowerProfileLocked()
9905 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity(); in setPowerProfileLocked()
10481 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity(); in resetAllStatsLocked()
10483 mEstimatedBatteryCapacity = -1; in resetAllStatsLocked()
12108 mEstimatedBatteryCapacity = (int) ((chargeUAh / 1000) / (level / 100.0)); in setOnBatteryLocked()
13559 mEstimatedBatteryCapacity = in.readInt(); in readSummaryFromParcel()
14051 out.writeInt(mEstimatedBatteryCapacity); in writeSummaryToParcel()
14547 mEstimatedBatteryCapacity = in.readInt(); in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88727 Lcom/android/internal/os/BatteryStatsImpl;->mEstimatedBatteryCapacity:I