History log of /frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
06f0852ead5524c09987fc9da5129390a2dba251 13-Jun-2017 Christopher Tate <ctate@google.com> Fix #62545908 : 'metered' network jobs run without network

Test: JobSchedulerTestApp

Change-Id: I9c15022f5542163a27c6aaa4c3ee6b677cffd699
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.java
51efddbd3bb304de2dd47fa8cd1114ac555958bb 05-Apr-2017 Alan Viverette <alanv@google.com> Remove unnecessary casts on calls to findViewById

Just frameworks/ this time. More paths to come.

Bug: 24137209
Test: make -j32
Change-Id: Iff27abd26fa43296ac2fff8f534fc6742d2ae80c
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.java
28532d00267c73b8e0fa5235169fa72c414e1cd0 21-Apr-2016 Tobias Thierer <tobiast@google.com> frameworks/base: Avoid Long object allocations in Long.valueOf()

Replace usages where the Long is immediately unboxed or thrown
away with Long.parseLong().
In TaskRecord.java, I also fixed up similar uses of
{Boolean,Integer}.valueOf()

Tested: built frameworks/base successfully.

Bug: 28289401
(cherry picked from commit 4bd017d6a5437f153b2b0a149a5dde0b85bf6907)

Change-Id: Icfa4708946e774f4a1bacf185c3fd11a7087017e
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.java
4a357cd2e55293402d7172766f7f9419815fc1e8 19-Mar-2015 Alan Viverette <alanv@google.com> Replace usages of deprecated Resources.getColor() and getColorStateList()

Change-Id: I8f64fe6c4c44a92ff6d07250223ba590a1d691b0
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.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/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.java
9ae3dbeefcd6bc139c74bfe3d51de823e3be4b4b 21-Aug-2014 Matthew Williams <mjwilliams@google.com> JobScheduler only run jobs for started users.

BUG: 12876556
Minor changes to test app to make persisting an option.
Change-Id: I1b40347878ec5ca44cd717ebfeb544f6c58473b5
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.java
f7c4fddf44dd94162d26635bbd703ffeb392c675 19-Jun-2014 Matthew Williams <mjwilliams@google.com> Flesh out job scheduler test app

adds the rest of the constraints - charging, idle, and allows you
to cancel all.
Change-Id: I43b7cac94446f6860ca0387440b3c8f995a2c0f3
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.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/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.java
13b0241248716b126a538457828a964e86109d58 07-Jun-2014 Matthew Williams <mjwilliams@google.com> Add test app for JobScheduler

Schedule either a delay/deadline task, or a task with
connectivity constraints
Change-Id: Ie7ea731d0f6673b680cef79f894cb609a61b795d
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/MainActivity.java