Searched refs:mLastAddedTimeUs (Results 1 – 1 of 1) sorted by relevance
2866 long mLastAddedTimeUs; field in BatteryStatsImpl.BatchTimer2881 mLastAddedTimeUs = in.readLong(); in BatchTimer()2895 out.writeLong(mLastAddedTimeUs); in writeToParcel()2911 if (mLastAddedTimeUs == elapsedRealtimeUs) { in onTimeStarted()2920 pw.println(prefix + "mLastAddedTime=" + mLastAddedTimeUs in logState()2925 if (mLastAddedTimeUs > 0) { in computeOverage()2941 mLastAddedTimeUs = 0; in recomputeLastDuration()2943 mLastAddedTimeUs = curTimeUs; in recomputeLastDuration()2952 mLastAddedTimeUs = nowUs; in addDuration()2982 boolean stillActive = mLastAddedTimeUs == elapsedRealtimeUs; in reset()