Improve locking in ZenModeHelper
Add a couple of missing synchronized { ... } blocks, use final fields for locking, add GuardedBy annotations, and lower visibility of several fields that didn't need to be exposed after all. Fixes: 282960257 Test: atest ZenModeHelperTest Change-Id: Ie95b9cac8065751e2c9037ba4cf773808834171b
Loading
Please register or sign in to comment