Searched refs:mLastAddedTimeUs (Results 1 – 1 of 1) sorted by relevance
3189 long mLastAddedTimeUs; field in BatteryStatsImpl.BatchTimer3204 mLastAddedTimeUs = in.readLong(); in BatchTimer()3218 out.writeLong(mLastAddedTimeUs); in writeToParcel()3234 if (mLastAddedTimeUs == elapsedRealtimeUs) { in onTimeStarted()3243 pw.println(prefix + "mLastAddedTime=" + mLastAddedTimeUs in logState()3248 if (mLastAddedTimeUs > 0) { in computeOverage()3264 mLastAddedTimeUs = 0; in recomputeLastDuration()3266 mLastAddedTimeUs = curTimeUs; in recomputeLastDuration()3275 mLastAddedTimeUs = nowUs; in addDuration()3305 boolean stillActive = mLastAddedTimeUs == elapsedRealtimeUs; in reset()