commit | ff1400be4b7aece169da9a920ee9ed598e7dba63 | [log] [tgz] |
---|---|---|
author | KH Shi <kenghua@google.com> | Wed Nov 08 14:50:15 2023 +0000 |
committer | KH Shi <kenghua@google.com> | Mon Nov 13 03:12:53 2023 +0000 |
tree | 31901dcf0bc1a0dc02a790329826ba42b56a7b53 | |
parent | 99b7e62b3caf9de4519841e020b5cd9c926fbdca [diff] |
Replace HashSet with ArraySet in RaParams ArraySet is designed to be more memory afficient than HashSet. It is suitable to store small numbers of items. Test: atest TetheringPrivilegedTests TetheringIntegrationTests \ TetheringTests Bug: 261923493 Change-Id: I2bd2eded801cc05ce53ef9f9486b13faf1772d22