commit | 3dfafbb516e888d6d7ee0866f4caf3aada945179 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed Jul 28 17:00:20 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed Jul 28 17:00:20 2021 +0900 |
tree | f4bb8cd8b9b8e8c462b40ac52e69c010ea1f4e62 | |
parent | 93bda73970778d94cca72ba81524f72345dd0e45 [diff] |
Remove hidden ArrayUtils usage in TetheringTest Use CollectionUtils instead, which avoids using a hidden API. Avoiding hidden API usage in tests is good in general, but this also helps avoid jarjar problems where the com.android.internal.util package is jarjared to some other package as some of its classes are included in the module, and ArrayUtils cannot be found in the renamed package. Bug: 192535368 Test: atest TetheringTest Change-Id: I54dc8f6429d132a953ab1a674fe349fba4335936