Searched refs:mSystemTimeSnapshot (Results 1 – 2 of 2) sorted by relevance
88 private long mSystemTimeSnapshot; field in UserUsageStatsService115 mSystemTimeSnapshot = System.currentTimeMillis(); in UserUsageStatsService()255 final long expectedSystemTime = (actualRealtime - mRealTimeSnapshot) + mSystemTimeSnapshot; in checkAndGetTimeLocked()262 mSystemTimeSnapshot = actualSystemTime; in checkAndGetTimeLocked()272 event.mTimeStamp = Math.max(0, event.mTimeStamp - mRealTimeSnapshot) + mSystemTimeSnapshot; in convertToSystemTimeLocked()
181 private long mSystemTimeSnapshot; field in UsageStatsService299 mSystemTimeSnapshot = System.currentTimeMillis(); in onStart()893 (actualRealtime - mRealTimeSnapshot) + mSystemTimeSnapshot; in convertToSystemTimeLocked()899 mSystemTimeSnapshot = actualSystemTime; in convertToSystemTimeLocked()902 event.mTimeStamp = Math.max(0, event.mTimeStamp - mRealTimeSnapshot) + mSystemTimeSnapshot; in convertToSystemTimeLocked()