summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/LoadAverageService.java
AgeCommit message (Collapse)Author
2011-07-14Move LoadAverageService to the SystemUI apk.Dianne Hackborn
Change-Id: I442e264802d1e35cd7d27bae121ae75f932595b6
2011-07-14Improve handling of low memory.Dianne Hackborn
Now classify background processes into a set of bins of how much memory they should try to clear. The last bin also involves destroying all activities in that process. Removed the old code for the simulator that is no longer needed (yay). The debugging features it had are now integrated into the regular oom adj code. Small fixes to load average service. Change-Id: Ic8df401714b188c73b50dbc8f8e6345b58f1f3a0
2011-07-01Don't crash when the load average service is started.Dianne Hackborn
Change-Id: Ie40f549d50942793c940f8728ce9c392c25f4c60
2010-10-15Add support for secure system overlays.Jeff Brown
Manual merge from Gingerbread. This change adds a new window type for secure system overlays created by the system itself from non-secure system overlays that might be created by applications that have the system alert permission. Secure views ignore the presence of secure system overlays. Bug: 3098519 Change-Id: Id876736fd8bf332ff9a5428bde59f5268aa49c3a
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project