commit | 32e1ad23c062df98350859a7c23837f8c81c3c9c | [log] [tgz] |
---|---|---|
author | Ahaan Ugale <augale@google.com> | Thu Jan 27 22:13:51 2022 -0800 |
committer | Ahaan Ugale <augale@google.com> | Fri Jan 28 23:55:18 2022 +0000 |
tree | c3ed59a023651487cdc3b5e3ee9b3c75f71457c7 | |
parent | ac9836b49e6825b996087472b5b73001546b3bec [diff] |
Autofill: Fix GuardedBy false-positives in Session. Warnings are due to inner class fields being guarded by an outer class lock. It's actually safe because the inner class instance is only ever assigned to a final field in the outer class. Test: builds Bug: 210926084 Change-Id: Ia5258ecf2fd01bcb951692626a616a7a51d63fab