commit | 4ab706d96042c18e87e15b02fd78d832d58b58ff | [log] [tgz] |
---|---|---|
author | Rajeev Kumar <rajekumar@google.com> | Wed Feb 26 18:04:28 2020 -0800 |
committer | Rajeev Kumar <rajekumar@google.com> | Sat Mar 07 02:51:23 2020 +0000 |
tree | 8e23b37f6df7c0ac2fe51880a0ef8393894e3e4f | |
parent | 33cb03ccfb713d2ca135cc3b638cd6b03de965f0 [diff] |
Prevent ConcurrentModificationException while accessing mTunableLookup. Swapped HashMap with ConcurrentHashMap to allow multi-threaded access to mTunableLookup. Bug: 131588251 Test: atest SystemUITests Change-Id: I318fbd591060305b0365163ac3d2242abeabfeea (cherry picked from commit 8dcb39ce05a0dbf95ee8d26f2fd9b55fadd326ea)