commit | c539a470cbdaf0fbba3045e534e53bb1ecacdb0b | [log] [tgz] |
---|---|---|
author | Jacob Hobbie <jacobhobbie@google.com> | Thu Mar 30 22:44:39 2023 +0000 |
committer | Jacob Hobbie <jacobhobbie@google.com> | Fri Apr 28 21:41:07 2023 +0000 |
tree | 8ac243fa5b3f41d51ba828c0fa71e2d7d21589e7 | |
parent | cfbdee11598bf87bcdec8d122002715ea3c2c4b3 [diff] |
Fix timer bug in TrustManagerService. Previously, anytime a device was unlocked, we would refresh the trustable timers. Now, we should ensure that there actually is a trustable timer running before refreshing (since updating trust will start it anyways). We also make sure to destroy the timers when we move to UNTRUSTED Fixes:273550297 Fixes:264684930 Change-Id: I75d58e09848d4123bb55ea9a36cab739504ca6e8 Test: Tested that this fixes 273550297 by justinkchung@