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
1 file changed
tree: 2e20a67564eb4f4910fc546d8fc449cd63c14932
  1. core/
  2. framework/
  3. service/
  4. services/
  5. tests/
  6. OWNERS