summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/am/UsageStatsService.java
Commit message (Expand)AuthorAgeFilesLines
* Implement multi-user PackageMonitor.Dianne Hackborn2012-09-201-1/+1
* Make AtomicFile a public API. It's about time!Dianne Hackborn2012-07-311-1/+1
* Move handling of package changes to a background thread.Dianne Hackborn2012-04-191-1/+1
* Add DUMP permission checks to servicesKenny Root2011-09-291-0/+9
* Store last-resume times in a separate XML file.Mark Brophy2011-08-081-43/+205
* Expose app resume times to the ApplicationProvider.Mark Brophy2011-07-101-12/+33
* Work on issue #3101415: Crespo apps seem to have their UID changed over time.Dianne Hackborn2010-10-151-0/+3
* Rub in a little 'ol log-b-gone.Dianne Hackborn2010-09-301-6/+7
* Usage Stats: don't block writing stats to disk.Brad Fitzpatrick2010-08-031-40/+81
* Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn2010-03-191-3/+7
* Switch the services library to using the new SlogJoe Onorato2010-03-011-20/+20
* If the usage stats file doesn't exist in the first place there is no need toSuchi Amalapurapu2009-12-041-13/+11
* Check if rename of backed up file fails before persisting new changes.Suchi Amalapurapu2009-09-301-1/+4
* Add a more compact representation of usage stats.Christian Sonntag2009-08-131-1/+8
* Issue #1884058 (Need to only record frequency and duration for selected Googl...Dianne Hackborn2009-07-191-5/+49
* Fix issue #1924851Dianne Hackborn2009-06-171-37/+90
* Improve shutdown process to send broadcast for applications.Dianne Hackborn2009-05-081-0/+6
* Let's do bug #1769910 actually right.Dianne Hackborn2009-04-131-122/+60
* Fix issue #1769910 (Track activity launch times)Dianne Hackborn2009-04-071-116/+376
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+532
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-532/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-35/+375
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+192