summaryrefslogtreecommitdiffstats
path: root/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-3/+3
| | | | Change-Id: I8f64fe6c4c44a92ff6d07250223ba590a1d691b0
* Implement API review feedback for JobSchedulerMatthew Williams2014-08-221-3/+3
| | | | | | | | BUG: 17005336 Took the opportunity to clean up some back-off logic Change-Id: Ibc8ae34d1d44dd064ba071e4cbad17872f7e38cf
* JobScheduler only run jobs for started users.Matthew Williams2014-08-211-1/+4
| | | | | | BUG: 12876556 Minor changes to test app to make persisting an option. Change-Id: I1b40347878ec5ca44cd717ebfeb544f6c58473b5
* Flesh out job scheduler test appMatthew Williams2014-06-181-5/+20
| | | | | | adds the rest of the constraints - charging, idle, and allows you to cancel all. Change-Id: I43b7cac94446f6860ca0387440b3c8f995a2c0f3
* Out with the old; in with the newChristopher Tate2014-06-101-13/+13
| | | | | | | | Switch to the official "JobScheduler" etc naming. Bug 14997851 Change-Id: I73a61aaa9af0740c114d08188bd97c52f3ac86b7
* Add test app for JobSchedulerMatthew Williams2014-06-071-0/+169
Schedule either a delay/deadline task, or a task with connectivity constraints Change-Id: Ie7ea731d0f6673b680cef79f894cb609a61b795d