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.java1989 long mLastAddedTime; field in BatteryStatsImpl.BatchTimer
2004 mLastAddedTime = in.readLong(); in BatchTimer()
2018 out.writeLong(mLastAddedTime); in writeToParcel()
2034 if (mLastAddedTime == elapsedRealtime) { in onTimeStarted()
2043 pw.println(prefix + "mLastAddedTime=" + mLastAddedTime in logState()
2048 if (mLastAddedTime > 0) { in computeOverage()
2064 mLastAddedTime = 0; in recomputeLastDuration()
2066 mLastAddedTime = curTime; in recomputeLastDuration()
2075 mLastAddedTime = now; in addDuration()
2106 boolean stillActive = mLastAddedTime == now; in reset()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt94171 Lcom/android/internal/os/BatteryStatsImpl$BatchTimer;->mLastAddedTime:J