summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/am/UsageStatsService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-07-02Misc memory stuff.Dianne Hackborn
2013-06-28More work on procstats: save/restore state, fixes.Dianne Hackborn
2012-09-20Implement multi-user PackageMonitor.Dianne Hackborn
2012-07-31Make AtomicFile a public API. It's about time!Dianne Hackborn
2012-04-19Move handling of package changes to a background thread.Dianne Hackborn
2011-09-29Add DUMP permission checks to servicesKenny Root
2011-08-08Store last-resume times in a separate XML file.Mark Brophy
2011-07-10Expose app resume times to the ApplicationProvider.Mark Brophy
2010-10-15Work on issue #3101415: Crespo apps seem to have their UID changed over time.Dianne Hackborn
2010-09-30Rub in a little 'ol log-b-gone.Dianne Hackborn
2010-08-03Usage Stats: don't block writing stats to disk.Brad Fitzpatrick
2010-03-19Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn
2010-03-01Switch the services library to using the new SlogJoe Onorato
2009-12-04If the usage stats file doesn't exist in the first place there is no need toSuchi Amalapurapu
2009-09-30Check if rename of backed up file fails before persisting new changes.Suchi Amalapurapu
2009-08-13Add a more compact representation of usage stats.Christian Sonntag
2009-07-19Issue #1884058 (Need to only record frequency and duration for selected Googl...Dianne Hackborn
2009-06-17Fix issue #1924851Dianne Hackborn
2009-05-08Improve shutdown process to send broadcast for applications.Dianne Hackborn
2009-04-13Let's do bug #1769910 actually right.Dianne Hackborn
2009-04-07Fix issue #1769910 (Track activity launch times)Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project