Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1992 long mLastAddedTime; field in BatteryStatsImpl.BatchTimer
2007 mLastAddedTime = in.readLong(); in BatchTimer()
2021 out.writeLong(mLastAddedTime); in writeToParcel()
2037 if (mLastAddedTime == elapsedRealtime) { in onTimeStarted()
2046 pw.println(prefix + "mLastAddedTime=" + mLastAddedTime in logState()
2051 if (mLastAddedTime > 0) { in computeOverage()
2067 mLastAddedTime = 0; in recomputeLastDuration()
2069 mLastAddedTime = curTime; in recomputeLastDuration()
2078 mLastAddedTime = now; in addDuration()
2109 boolean stillActive = mLastAddedTime == now; in reset()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt87839 Lcom/android/internal/os/BatteryStatsImpl$BatchTimer;->mLastAddedTime:J