commit | 03237fc737b3ebf83a18c9450fc8a167277a2012 | [log] [tgz] |
---|---|---|
author | Suprabh Shukla <suprabh@google.com> | Thu Nov 12 20:28:14 2020 +0000 |
committer | Suprabh Shukla <suprabh@google.com> | Mon Nov 30 11:06:49 2020 -0800 |
tree | eddd9d8090ad7eb01853249946e9bb20158a2772 | |
parent | 7d79aae551e27a0f8667ee3091cea84fc263f272 [diff] |
Exempting time-tick from device-idle The device screen may be on and the clock may be visible while the device is in idle mode. We should allow time_tick to flow normally in such cases. Test: Manual inspection of flags from the output of adb shell dumpsys alarm should show flag value of 0x9 for the alarm TIME_TICK when time_tick_allowed_while_idle is true, and 0x1 when time_tick_allowed_while_idle is false. Bug: 163270237 Change-Id: I4ca345f5cb14c317462d9a5b0ec9bac9f9f69b41