Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1173 private long mBatteryTimeToFullSeconds = -1; field in BatteryStatsImpl
14326 mBatteryTimeToFullSeconds = chargeTimeToFullSeconds;
14476 if (mBatteryTimeToFullSeconds >= 0) {
14477 return mBatteryTimeToFullSeconds * (1000 * 1000); // s to us
15627 mBatteryTimeToFullSeconds = in.readLong();
16133 out.writeLong(mBatteryTimeToFullSeconds);
16724 mBatteryTimeToFullSeconds = in.readLong();
16928 out.writeLong(mBatteryTimeToFullSeconds);