Searched refs:mLastAddedTime (Results 1 – 2 of 2) sorted by relevance
1989 long mLastAddedTime; field in BatteryStatsImpl.BatchTimer2004 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()
94171 Lcom/android/internal/os/BatteryStatsImpl$BatchTimer;->mLastAddedTime:J