61cc1ac9bdf06799c80ab748793dbd0f0d5f561b
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
Description
android_packages_modules_Connectivity
Languages
Java
81.4%
Kotlin
7.7%
AIDL
4.5%
C++
4.5%
C
1.7%
Other
0.1%