commit | dbf9f65f5f20b2b9b786c66d00b8775c1c2d8236 | [log] [tgz] |
---|---|---|
author | Songchun Fan <schfan@google.com> | Mon Oct 23 12:26:02 2023 -0700 |
committer | Songchun Fan <schfan@google.com> | Mon Oct 23 12:26:05 2023 -0700 |
tree | c77aed1d05c38f3fe64babee63c8246f7d44cbfd | |
parent | 21aa4abd8dbc38739a36de1c6999dad3f8cfc976 [diff] |
[SettingsProvider] minor refactor: use a separate lock for GenerationRegistry This is a preparation to introduce ReadWrite lock for SettingsProvider. This is a no-op for now because both addGenerationData and incrementGeneration are called under SettingsProvider's mLock. BUG: 284452689 Test: presubmit Change-Id: I0fcb2ff11d3d2277da5e96f1409a57c76139a959