Merge "DO NOT MERGE Check apps idle states on time changes" into mnc-dr-dev

This commit is contained in:
Amith Yamasani
2016-02-18 20:09:23 +00:00
committed by Android (Google) Code Review

View File

@@ -557,6 +557,7 @@ public class UsageStatsService extends SystemService implements
} }
mRealTimeSnapshot = actualRealtime; mRealTimeSnapshot = actualRealtime;
mSystemTimeSnapshot = actualSystemTime; mSystemTimeSnapshot = actualSystemTime;
postCheckIdleStates(UserHandle.USER_ALL);
} }
return actualSystemTime; return actualSystemTime;
} }