Searched refs:mSystemTimeSnapshot (Results 1 – 1 of 1) sorted by relevance
153 long mSystemTimeSnapshot; field in UsageStatsService227 mSystemTimeSnapshot = System.currentTimeMillis(); in onStart()671 final long expectedSystemTime = (actualRealtime - mRealTimeSnapshot) + mSystemTimeSnapshot; in checkAndGetTimeLocked()683 mSystemTimeSnapshot = actualSystemTime; in checkAndGetTimeLocked()693 event.mTimeStamp = Math.max(0, event.mTimeStamp - mRealTimeSnapshot) + mSystemTimeSnapshot; in convertToSystemTimeLocked()