| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore carrier apps when checking for idleness | Zach Johnson | 2015-06-08 | 1 | -0/+11 |
* | Temporarily whitelist an app for network during doze | Amith Yamasani | 2015-06-02 | 1 | -8/+14 |
* | Use screen-on time and wallclock time for idleness calc | Amith Yamasani | 2015-05-20 | 3 | -25/+62 |
* | Allow settings to change app inactive state | Amith Yamasani | 2015-05-13 | 1 | -1/+2 |
* | Track app idle history and dump it | Amith Yamasani | 2015-05-13 | 2 | -8/+116 |
* | Allow exemption to idle apps at periodic intervals | Amith Yamasani | 2015-05-12 | 2 | -10/+115 |
* | Idle timebase | Amith Yamasani | 2015-05-11 | 4 | -63/+192 |
* | Rename *AppIdle to *AppInactive per api-council | Amith Yamasani | 2015-05-08 | 1 | -3/+3 |
* | Exclude bound app widgets from idle app list | Amith Yamasani | 2015-05-01 | 1 | -0/+9 |
* | Remove network access for idle apps | Amith Yamasani | 2015-04-29 | 1 | -11/+95 |
* | More usage tracking | Amith Yamasani | 2015-04-24 | 1 | -3/+2 |
* | Add ability to get and set idle state of apps | Amith Yamasani | 2015-04-24 | 2 | -0/+111 |
* | Delay syncs for idle apps | Amith Yamasani | 2015-04-13 | 1 | -0/+4 |
* | Mark apps as not-idle at least once | Amith Yamasani | 2015-04-06 | 3 | -4/+78 |
* | Throttle jobs for idle apps | Amith Yamasani | 2015-04-03 | 2 | -2/+148 |
* | Merge "Fix issue where pruned UsageStats files would not be removed from index" | Adam Lesinski | 2015-03-02 | 1 | -12/+17 |
|\ |
|
| * | Fix issue where pruned UsageStats files would not be removed from index | Adam Lesinski | 2015-03-02 | 1 | -12/+17 |
* | | Merge "Add generic "INTERACTION" event type to UsageStatsManager" | Adam Lesinski | 2015-03-02 | 3 | -1/+35 |
|\ \
| |/ |
|
| * | Add generic "INTERACTION" event type to UsageStatsManager | Adam Lesinski | 2015-03-02 | 3 | -1/+35 |
* | | Fix UsageStats to report correct endTime from XML | Edward Cunningham | 2015-02-27 | 1 | -1/+1 |
|/ |
|
* | UsageStatsService: Update file index to prevent double checkin | Adam Lesinski | 2014-11-07 | 2 | -14/+31 |
* | Fix bug where checking-in more than once would cause an infinite loop in Usag... | Adam Lesinski | 2014-11-04 | 1 | -0/+1 |
* | Merge "Add dumpsys output to UsageStatsService, along with --checkin support"... | Adam Lesinski | 2014-10-29 | 4 | -14/+240 |
|\ |
|
| * | Add dumpsys output to UsageStatsService, along with --checkin support | Adam Lesinski | 2014-10-24 | 4 | -14/+240 |
* | | Get UsageStats if no PackageUsage is available for boot dexopt filtering. | Jeff Hao | 2014-10-23 | 1 | -1/+6 |
|/ |
|
* | Use VMRuntime.isBootClassPathOnDisk | Brian Carlstrom | 2014-09-30 | 1 | -0/+4 |
* | Merge "UsageStats should deal with changing time" into lmp-dev | Adam Lesinski | 2014-09-12 | 3 | -83/+175 |
|\ |
|
| * | UsageStats should deal with changing time | Adam Lesinski | 2014-09-11 | 3 | -83/+175 |
* | | Apply cross-user restrictions to Shell | Amith Yamasani | 2014-09-10 | 1 | -0/+1 |
|/ |
|
* | Store time offsets for UsageStats XML | Adam Lesinski | 2014-09-05 | 6 | -87/+122 |
* | Returns UsageEvents from previous days | Adam Lesinski | 2014-09-05 | 5 | -173/+301 |
* | Add Configuration changes to UsageStats | Adam Lesinski | 2014-09-04 | 5 | -105/+346 |
* | Split up ComponentName in UsageEvents.Event | Adam Lesinski | 2014-08-26 | 4 | -36/+57 |
* | Remove system_server classes from the boot image. | Narayan Kamath | 2014-08-15 | 1 | -0/+2 |
* | Fix NPE in UsageStats for new User | Adam Lesinski | 2014-08-12 | 2 | -3/+7 |
* | Second iteration of the UsageStats API | Adam Lesinski | 2014-08-08 | 7 | -222/+605 |
* | Add Per-User logging of UsageStats | Adam Lesinski | 2014-07-25 | 2 | -233/+401 |
* | Add test UsageStats App | Adam Lesinski | 2014-07-22 | 1 | -2/+2 |
* | Change UsageStatsService to check uses-permission | Adam Lesinski | 2014-07-21 | 1 | -4/+16 |
* | First iteration of a public UsageStats API | Adam Lesinski | 2014-07-18 | 5 | -0/+870 |