summaryrefslogtreecommitdiffstats
path: root/services/usage/java/com/android/server
Commit message (Expand)AuthorAgeFilesLines
* Temporarily whitelist an app for network during dozeAmith Yamasani2015-06-021-8/+14
* Use screen-on time and wallclock time for idleness calcAmith Yamasani2015-05-203-25/+62
* Allow settings to change app inactive stateAmith Yamasani2015-05-131-1/+2
* Track app idle history and dump itAmith Yamasani2015-05-132-8/+116
* Allow exemption to idle apps at periodic intervalsAmith Yamasani2015-05-122-10/+115
* Idle timebaseAmith Yamasani2015-05-114-63/+192
* Rename *AppIdle to *AppInactive per api-councilAmith Yamasani2015-05-081-3/+3
* Exclude bound app widgets from idle app listAmith Yamasani2015-05-011-0/+9
* Remove network access for idle appsAmith Yamasani2015-04-291-11/+95
* More usage trackingAmith Yamasani2015-04-241-3/+2
* Add ability to get and set idle state of appsAmith Yamasani2015-04-242-0/+111
* Delay syncs for idle appsAmith Yamasani2015-04-131-0/+4
* Mark apps as not-idle at least onceAmith Yamasani2015-04-063-4/+78
* Throttle jobs for idle appsAmith Yamasani2015-04-032-2/+148
* Merge "Fix issue where pruned UsageStats files would not be removed from index"Adam Lesinski2015-03-021-12/+17
|\
| * Fix issue where pruned UsageStats files would not be removed from indexAdam Lesinski2015-03-021-12/+17
* | Merge "Add generic "INTERACTION" event type to UsageStatsManager"Adam Lesinski2015-03-023-1/+35
|\ \ | |/
| * Add generic "INTERACTION" event type to UsageStatsManagerAdam Lesinski2015-03-023-1/+35
* | Fix UsageStats to report correct endTime from XMLEdward Cunningham2015-02-271-1/+1
|/
* UsageStatsService: Update file index to prevent double checkinAdam Lesinski2014-11-072-14/+31
* Fix bug where checking-in more than once would cause an infinite loop in Usag...Adam Lesinski2014-11-041-0/+1
* Merge "Add dumpsys output to UsageStatsService, along with --checkin support"...Adam Lesinski2014-10-294-14/+240
|\
| * Add dumpsys output to UsageStatsService, along with --checkin supportAdam Lesinski2014-10-244-14/+240
* | Get UsageStats if no PackageUsage is available for boot dexopt filtering.Jeff Hao2014-10-231-1/+6
|/
* Use VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-0/+4
* Merge "UsageStats should deal with changing time" into lmp-devAdam Lesinski2014-09-123-83/+175
|\
| * UsageStats should deal with changing timeAdam Lesinski2014-09-113-83/+175
* | Apply cross-user restrictions to ShellAmith Yamasani2014-09-101-0/+1
|/
* Store time offsets for UsageStats XMLAdam Lesinski2014-09-056-87/+122
* Returns UsageEvents from previous daysAdam Lesinski2014-09-055-173/+301
* Add Configuration changes to UsageStatsAdam Lesinski2014-09-045-105/+346
* Split up ComponentName in UsageEvents.EventAdam Lesinski2014-08-264-36/+57
* Fix NPE in UsageStats for new UserAdam Lesinski2014-08-122-3/+7
* Second iteration of the UsageStats APIAdam Lesinski2014-08-087-222/+605
* Add Per-User logging of UsageStatsAdam Lesinski2014-07-252-233/+401
* Add test UsageStats AppAdam Lesinski2014-07-221-2/+2
* Change UsageStatsService to check uses-permissionAdam Lesinski2014-07-211-4/+16
* First iteration of a public UsageStats APIAdam Lesinski2014-07-184-0/+860