Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java571 private int mEstimatedBatteryCapacity = -1; field in BatteryStatsImpl
609 return mEstimatedBatteryCapacity; in getEstimatedBatteryCapacity()
8725 if (mEstimatedBatteryCapacity == -1) { in setPowerProfileLocked()
8727 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity(); in setPowerProfileLocked()
9279 mEstimatedBatteryCapacity = (int) mPowerProfile.getBatteryCapacity(); in resetAllStatsLocked()
9281 mEstimatedBatteryCapacity = -1; in resetAllStatsLocked()
10445 mEstimatedBatteryCapacity = (int) ((chargeUAh / 1000) / (level / 100.0)); in setOnBatteryLocked()
11338 mEstimatedBatteryCapacity = in.readInt(); in readSummaryFromParcel()
11735 out.writeInt(mEstimatedBatteryCapacity); in writeSummaryToParcel()
12159 mEstimatedBatteryCapacity = in.readInt(); in readFromParcelLocked()
[all …]