commit | 2118d33da839703248ee55a359a3a947f5aae4c9 | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Wed Jul 05 15:15:30 2023 +0000 |
committer | Paul Hu <paulhu@google.com> | Wed Jul 12 08:10:22 2023 +0000 |
tree | 0ef6c9326b919796f23f3261c4b9a201c007324c | |
parent | cd39d81fe1adaf41ea52b3239e0469f960ea4711 [diff] |
Remove synchronized lock in MdnsServiceTypeClient Now that all access to MdnsServiceTypeClient parameters is running on the handler thread, the synchronized lock is no longer necessary. Therefore, the synchronized lock can be safely removed from MdnsServiceTypeClient. Bug: 265787401 Test: atest FrameworksNetTests Change-Id: I5cd28aa738ea3c199b75097f4583e98be86a6ee7