34caa7fc257ac04937a9a356b1190c2190b09a9d
This is a no-op change that will make it easier to split the HostsideNetworkTestCase.java logic into multiple files. In this change, HostsideNetworkTests.java was renamed to HostsideNetworkTestCase.java and copied as-is to HostsideRestrictBackgroundNetworkTests.java; the next change will split the logic in between these class so they can be properly git-diffed. In fact, the only difference between then is the class declarations: diff HostsideNetworkTestCase.java HostsideRestrictBackgroundNetworkTests.java 39c39 < abstract class HostsideNetworkTestCase extends DeviceTestCase implements IAbiReceiver, --- > public class HostsideRestrictBackgroundNetworkTests extends DeviceTestCase implements IAbiReceiver, BUG: 26685616 Change-Id: I87dadec528eaeff776d55d3382f356066496429a
Description
android_packages_modules_Connectivity
Languages
Java
81.4%
Kotlin
7.7%
AIDL
4.5%
C++
4.5%
C
1.7%
Other
0.1%