Files
frameworks_base/core/java/android
Dianne Hackborn d33c7cd87a Power manager now prevents wake locks from idle uids.
The activity manager now pushes the idle/active state
down in to the power manager.  The power manager now
tracks a structure of data about each uid: how many
wake locks it holds, whether it is active, and (as before)
its current process state.

Now when apps are inactive, we always disable wake locks
they hold, regardless of the system's device idle or
other state.

Test: none

Change-Id: I2cd4077e4d8a8572525406ae9747f0a2435764da
2016-10-28 11:20:19 -07:00
..
2016-10-24 14:45:46 +00:00
2016-10-19 22:30:58 +00:00
2016-10-17 11:33:28 -07:00