summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/am/ProviderMap.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-06-11Add new API to retrieve a dumpsys of a single package.Dianne Hackborn
2013-06-07Initial super-primitive process tracker.Dianne Hackborn
2013-06-06Improve debug printing in activity manager.Dianne Hackborn
2013-05-30Clean up some temporary allocations.Dianne Hackborn
2012-09-09Various fixes.Dianne Hackborn
2012-09-07More multi-user stuff:Dianne Hackborn
2012-08-31Remove Binder.getOrigCallingUid().Dianne Hackborn
2012-08-20am ff7735b0: am a3db5297: Merge "ProviderMap: remove hashmap when entire user...Amith Yamasani
2012-08-16Rename UserId to UserHandle.Dianne Hackborn
2012-08-15ProviderMap: remove hashmap when entire user specific entries are removedVairavan Srinivasan
2012-08-13Small service cleanup.Dianne Hackborn
2012-08-07More mult-user API work.Dianne Hackborn
2012-05-29Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn
2012-03-15Fix swiping away recents to always kill processes.Dianne Hackborn
2012-02-10Multi-user - wallpaper serviceAmith Yamasani
2012-02-08Fix "dumpsys activity provider"Marco Nelissen
2012-02-03Multi-user - 1st major checkinAmith Yamasani