summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/am/ActiveServices.java
Commit message (Expand)AuthorAgeFilesLines
* More work on procstats: save/restore state, fixes.Dianne Hackborn2013-06-281-10/+10
* Move Keyguard to the systemui process.Jim Miller2013-06-181-0/+1
* More work on process tracking.Dianne Hackborn2013-06-141-49/+112
* Improve process tracking.Dianne Hackborn2013-06-121-1/+1
* Add new API to retrieve a dumpsys of a single package.Dianne Hackborn2013-06-111-0/+1
* Initial super-primitive process tracker.Dianne Hackborn2013-06-071-1/+1
* Improve debug printing in activity manager.Dianne Hackborn2013-06-061-15/+17
* Clean up some temporary allocations.Dianne Hackborn2013-05-301-94/+84
* Prepare ActivityManagerService for multiple stacks.Craig Mautner2013-03-061-1/+1
* Reduce verbosity of service event logging.Jeff Sharkey2012-11-091-8/+4
* Further work on issue #7307399: Framework needs a new pre-user-shutdown...Dianne Hackborn2012-10-091-14/+17
* Fix issue #6968859: home not exiting an ANR'd dreamDianne Hackborn2012-10-041-1/+1
* Maybe fix issue #7211766: bindService() to User u0 While u10 is...Dianne Hackborn2012-09-261-8/+8
* Fix issue #7215984: java.lang.RuntimeException: Unable to create...Dianne Hackborn2012-09-241-1/+1
* Fix service binding for singleUser servicesAmith Yamasani2012-09-121-6/+0
* Flesh out multi-user in am commands.Dianne Hackborn2012-09-101-33/+29
* Various fixes.Dianne Hackborn2012-09-091-2/+6
* More multi-user stuff:Dianne Hackborn2012-09-071-6/+27
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-10/+5
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-0/+3
* Start implementing concept of "running" users.Dianne Hackborn2012-08-281-1/+12
* Fix adb installAmith Yamasani2012-08-271-1/+1
* Keep track of whether an app is installed for each user.Dianne Hackborn2012-08-241-6/+4
* Improve multi-user app management.Dianne Hackborn2012-08-211-14/+46
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-8/+8
* Small service cleanup.Dianne Hackborn2012-08-131-132/+110
* User Manager service to manage users and query user detailsAmith Yamasani2012-08-111-24/+17
* More mult-user API work.Dianne Hackborn2012-08-071-16/+4
* Refactor Service code out of main ActivityManagerService class.Dianne Hackborn2012-08-061-0/+2145