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