Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2083 long mLastAddedTime; field in BatteryStatsImpl.BatchTimer
2098 mLastAddedTime = in.readLong(); in BatchTimer()
2112 out.writeLong(mLastAddedTime); in writeToParcel()
2128 if (mLastAddedTime == elapsedRealtime) { in onTimeStarted()
2137 pw.println(prefix + "mLastAddedTime=" + mLastAddedTime in logState()
2142 if (mLastAddedTime > 0) { in computeOverage()
2158 mLastAddedTime = 0; in recomputeLastDuration()
2160 mLastAddedTime = curTime; in recomputeLastDuration()
2169 mLastAddedTime = now; in addDuration()
2200 boolean stillActive = mLastAddedTime == now; in reset()