Searched refs:mSystemTimeSnapshot (Results 1 – 2 of 2) sorted by relevance
92 private long mSystemTimeSnapshot; field in UserUsageStatsService136 mSystemTimeSnapshot = System.currentTimeMillis(); in UserUsageStatsService()282 final long expectedSystemTime = (actualRealtime - mRealTimeSnapshot) + mSystemTimeSnapshot; in checkAndGetTimeLocked()289 mSystemTimeSnapshot = actualSystemTime; in checkAndGetTimeLocked()299 event.mTimeStamp = Math.max(0, event.mTimeStamp - mRealTimeSnapshot) + mSystemTimeSnapshot; in convertToSystemTimeLocked()
219 private long mSystemTimeSnapshot; field in UsageStatsService352 mSystemTimeSnapshot = System.currentTimeMillis(); in onStart()995 (actualRealtime - mRealTimeSnapshot) + mSystemTimeSnapshot; in convertToSystemTimeLocked()1001 mSystemTimeSnapshot = actualSystemTime; in convertToSystemTimeLocked()1004 event.mTimeStamp = Math.max(0, event.mTimeStamp - mRealTimeSnapshot) + mSystemTimeSnapshot; in convertToSystemTimeLocked()