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.java1230 long mLastAddedTime; field in BatteryStatsImpl.BatchTimer
1245 mLastAddedTime = in.readLong(); in BatchTimer()
1259 out.writeLong(mLastAddedTime); in writeToParcel()
1275 if (mLastAddedTime == elapsedRealtime) { in onTimeStarted()
1284 pw.println(prefix + "mLastAddedTime=" + mLastAddedTime in logState()
1289 if (mLastAddedTime > 0) { in computeOverage()
1305 mLastAddedTime = 0; in recomputeLastDuration()
1307 mLastAddedTime = curTime; in recomputeLastDuration()
1316 mLastAddedTime = now; in addDuration()
1347 boolean stillActive = mLastAddedTime == now; in reset()