summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/job
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #25357209: Could not send SMS or MMS messages, had to rebootDianne Hackborn2015-11-031-2/+2
* DO NOT MERGE Race condition in JobServiceContextMatthew Williams2015-10-202-10/+33
* DO NOT MERGE Sanity check loaded periodics and cap runtime.Matthew Williams2015-10-163-11/+39
* DO NOT MERGE Change scheduling logic to run network jobs soonerMatthew Williams2015-10-151-2/+2
* Correctly reschedule failed periodicMatthew Williams2015-10-072-8/+17
* DO NOT MERGE: Idle Job Start During SCREEN_ON or DREAMING_STOPPEDKevin Zhu2015-08-101-7/+12
* system_server: optimize app idle parole state changeXiaohui Chen2015-06-221-61/+48
* Fix bug with jobservice context giving wrong valueMatthew Williams2015-05-141-1/+2
* Pass charset to XmlPullParser.setInput instead of nullWojciech Staszkiewicz2015-05-141-2/+3
* Give scheduled jobs a more substantial timesliceChristopher Tate2015-04-281-1/+1
* Merge "Dump something for AppIdleController"Amith Yamasani2015-04-161-1/+10
|\
| * Dump something for AppIdleControllerAmith Yamasani2015-04-151-1/+10
* | Fixes to idle alarm scheduling, package importance.Dianne Hackborn2015-04-141-14/+6
|/
* More work on device idle mode and other power stuff.Dianne Hackborn2015-04-091-46/+8
* am 0d025e10: am 679572ca: am 0b3673c4: am 20baa9d9: am 28358eae: Merge "Fixin...Matthew Williams2015-04-061-0/+6
|\
| * Fixing to fail android.JobScheduler.TimingConstraintsTest#testSchedulePeriodi...Junichi Monma2015-03-261-0/+6
* | Merge "Mark apps as not-idle at least once"Amith Yamasani2015-04-061-1/+1
|\ \
| * | Mark apps as not-idle at least onceAmith Yamasani2015-04-061-1/+1
* | | Merge "JobParameters#isDeadlineExpired returns wrong value"Matthew Williams2015-04-061-2/+3
|\ \ \ | |/ / |/| |
| * | JobParameters#isDeadlineExpired returns wrong valueMatthew Williams2015-04-031-2/+3
* | | Throttle jobs for idle appsAmith Yamasani2015-04-034-4/+188
|/ /
* | Fix loop index.Dianne Hackborn2015-03-241-1/+1
* | More work on device idle mode.Dianne Hackborn2015-03-242-5/+60
* | First stab at device idle mode.Dianne Hackborn2015-03-191-1/+3
* | Remove unused imports in frameworks/base.John Spurlock2015-02-282-2/+0
|/
* Don't cancel scheduled jobs when packages are updatedChristopher Tate2014-10-221-4/+8
* BUG 17887323: Need to turn off DEBUG log spam in Job SchedulerGeorgi Nikolov2014-10-083-4/+3
* Fix lock ordering in JobSchedulerMatthew Williams2014-09-232-111/+111
* Merge "Remove a minimum wake-up time for a job" into lmp-devMatthew Williams2014-09-151-12/+10
|\
| * Remove a minimum wake-up time for a jobMatthew Williams2014-09-121-12/+10
* | Fix NPE in JobServiceContextMatthew Williams2014-09-121-5/+11
|/
* Add flag to JobParameters for job expiredMatthew Williams2014-09-102-5/+13
* Add timeout when waiting to bind to JobServiceMatthew Williams2014-09-032-43/+53
* Expand job scheduler dumpsys a bitChristopher Tate2014-08-292-7/+12
* Implement API review feedback for JobSchedulerMatthew Williams2014-08-223-17/+17
* JobScheduler only run jobs for started users.Matthew Williams2014-08-212-2/+61
* JobScheduler needs to flush queue on chargingMatthew Williams2014-08-213-10/+29
* JobScheduler idle mode not being properly triggeredMatthew Williams2014-08-072-10/+37
* remove possible JobScheduler race in cancel()Matthew Williams2014-07-292-35/+79
* Schedule full backupsChristopher Tate2014-07-281-1/+11
* Turn on debugging override of idle timeChristopher Tate2014-07-252-2/+5
* Fix JobScheduler race conditionMatthew Williams2014-07-233-78/+33
* Fix which index goes whereChristopher Tate2014-07-191-2/+2
* Fix issue #15681802: Missing RESET:TIME in complete battery historiesDianne Hackborn2014-07-154-52/+136
* Add job persistance as a setter in the APIMatthew Williams2014-07-103-20/+24
* Fix BackgroundDexOptService scheduled jobChristopher Tate2014-06-201-1/+2
* Fix job service validation in secondary usersChristopher Tate2014-06-181-5/+9
* Refactor BatteryService to new pattern.Jeff Brown2014-06-171-13/+6
* Merge "JobScheduler blocking main thread." into lmp-preview-devMatthew Williams2014-06-122-6/+11
|\
| * JobScheduler blocking main thread.Matthew Williams2014-06-122-6/+11