summaryrefslogtreecommitdiff
path: root/tests/common/java/android/net/NetworkCapabilitiesTest.java
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2021-07-09 14:28:24 +0900
committerRemi NGUYEN VAN <reminv@google.com>2021-07-09 18:52:51 +0900
commit61cc1ac9bdf06799c80ab748793dbd0f0d5f561b (patch)
tree1bac11c6f2f46bf63781408215d64fec3355741e /tests/common/java/android/net/NetworkCapabilitiesTest.java
parent1d2ad89424f0ddfd56f0e872a1abc547e8a84210 (diff)
Remove hidden ArrayUtils usage in test
Internal utils are generally jarjared by connectivity jarjar rules, but ArrayUtils is not actually statically linked into the tests, so this makes the ConnectivityCoverageTests fail. FrameworksNetTests has been fine because it does not use jarjar, but does not exercise updated code because of that. Remove usage of the hidden utility, as there are reasonable alternatives with non-hidden APIs that avoid other breakages long-term. Bug: 187935317 Test: atest ConnectivityCoverageTests:ConnectivityServiceTest Change-Id: I8ed85b941c3d1028771a5ac33196b1509a95789d
Diffstat (limited to 'tests/common/java/android/net/NetworkCapabilitiesTest.java')
0 files changed, 0 insertions, 0 deletions