History log of /frameworks/base/core/java/android/app/job/JobService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
579f75c8a41faf69164ddfd5be45d4d5f50d02e5 15-Apr-2017 Dianne Hackborn <hackbod@google.com> Introduce a new JobServiceEngine class.

This allows any service to interact with JobScheduler, which
should give us a lot more opportunity to do interesting stuff
in the support lib.

Test: bit CtsJobSchedulerTestCases
Change-Id: I0843e8b212a0a63a17558b837b899b90cac22805
/frameworks/base/core/java/android/app/job/JobService.java
532ea26c7b66180b09524f96da8bca1110f41197 18-Mar-2017 Dianne Hackborn <hackbod@google.com> Add new "storage not low" job scheduler constraint.

This allows you to say that your job should run only when device
storage is not low.

Adds new command line interface to DeviceStorageMonitor to help
with driving the tests (modelled after BatteryService).

Test: new StorageConstraintTest suite.
Change-Id: I96bfb761cd8257b6f68dde43ce9cfb1a3b9d0acb
/frameworks/base/core/java/android/app/job/JobService.java
0796e9fb3dc2dd03fa5ff2053c63f14861cffa2f 08-Apr-2016 Dianne Hackborn <hackbod@google.com> Fix issue #28075893: Don't hold strong refs on to JobService

Change-Id: I822adaee953be9b14213def001b174d5c348fa14
/frameworks/base/core/java/android/app/job/JobService.java
a8e24f24bd93d414adbb2239583be8b795936820 26-Feb-2016 Christopher Tate <ctate@google.com> Fix '<' / '>' in JobService docs

Bug 27291714

Change-Id: I7e6ec24442bdd071d34faa980d201f4c747cadff
/frameworks/base/core/java/android/app/job/JobService.java
d1c06753d045ad10e00e7aba53ee2adba0712ccc 22-Aug-2014 Matthew Williams <mjwilliams@google.com> Implement API review feedback for JobScheduler

BUG: 17005336

Took the opportunity to clean up some back-off logic

Change-Id: Ibc8ae34d1d44dd064ba071e4cbad17872f7e38cf
/frameworks/base/core/java/android/app/job/JobService.java
7060b04f6d92351b67222e636ab378a0273bf3e7 10-Jun-2014 Christopher Tate <ctate@google.com> Out with the old; in with the new

Switch to the official "JobScheduler" etc naming.

Bug 14997851

Change-Id: I73a61aaa9af0740c114d08188bd97c52f3ac86b7
/frameworks/base/core/java/android/app/job/JobService.java