summaryrefslogtreecommitdiff
path: root/tests/common/java/android/net/StaticIpConfigurationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Expose public APIs for IP & static IP configurationEtan Cohen2022-02-071-269/+0
| | | | | | | | | | Create public API for IP and static IP configuration. Bug: 209840828 Test: atest android.net.cts.IpConfigurationTest Test: atest android.net.cts.StaticIpConfigurationTest Test: atest android.net.dhcp.DhcpResultsParcelableUtilTest Change-Id: I720f168d1023806970919ca5dd44239a276826b6
* Move net unit tests to packages/ConnectivityRemi NGUYEN VAN2021-05-131-0/+269
Move the tests together with packages/Connectivity code, so both can be moved to packages/modules/Connectivity together. Also reorganize unit tests in a unit/ directory, as other tests (integration/, common/ etc.) have been added in tests/net since they were created. This makes the directory structure consistent. Test: atest FrameworksNetTests Bug: 187814163 Merged-In: I254ffd1c08ec058d594b4ea55cbae5505f8497cc Change-Id: I254ffd1c08ec058d594b4ea55cbae5505f8497cc