commit | 30a2ae620956fd73ecb5e4e2ef3645377bdf0aaa | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Wed Apr 25 19:09:50 2018 +0200 |
committer | Adrian Roos <roosa@google.com> | Fri Apr 27 15:00:56 2018 +0200 |
tree | 5f1876ce9c5ac16fc542451bb3da8588af3a6328 | |
parent | bbfe498aefeb403ac224b5fc1d890f1e7ca65f5a [diff] |
Keyguard: Fix threading issues in KeyguardUpdateMonitor Fixes a bug where KeyguardViewMediator called into KeyguardUpdateMonitor on the wrong thread. Also adds assertions to make sure we only touch mCallbacks on the right thread. Change-Id: I9524b6c182cb70134fbc9a28df8148043fec8c1e Fixes: 78128789 Test: Device boots successfully.