commit | 53f3552e94f46085faa389b9750b5c25ed2ba552 | [log] [tgz] |
---|---|---|
author | lucaslin <lucaslin@google.com> | Thu Mar 04 09:29:30 2021 +0800 |
committer | lucaslin <lucaslin@google.com> | Thu Mar 04 09:29:30 2021 +0800 |
tree | 1d7b336de11cdcb75508d23bc32af8197b3ee45a | |
parent | 48054e5cf49464c8e61faadce1be6797f8f40b5b [diff] |
Use ArraySet#add() instead of ArraySet#append() ArraySet#append() is a hidden API which is not accessible for mainline module, use public one - ArraySet#add() instead. Bug: 170598012 Test: atest FrameworksNetTests Change-Id: I0742e2ec7aff008141b1de6d10eeca2910df71b1