commit | 9557fe83b86d5d0493d51e6e10ebc2d20973b1fa | [log] [tgz] |
---|---|---|
author | Kulwinder Singh <kulwinder.singh@mediatek.com> | Fri Aug 31 13:14:03 2018 +0530 |
committer | robertchou <robertchou@google.com> | Mon Jan 28 09:05:22 2019 +0800 |
tree | 33e026c257ddc8aed95896661e1947c846ca9765 | |
parent | 0def48bd5d9486189583c58074eba0f677d72f97 [diff] |
Fix for CTS testAllowWhileIdleJobInTempwhitelist In this test case when all constraints to run the jobs are satisfied, then to make job ready to run, intent MSG_CHECK_JOB is send to job handler. But this intent is not dispatched to job handler. BUG: 113778907 Test:After these changes this CTS case always passed. Change-Id: I8c63361dcd7ade19b724c9bc2fdf78d5f10c8d71 Feature: CTS(*)