Add NetworkStack networking deps to SystemApi
Test: atest FrameworksNetTests Bug: 112869080 Change-Id: Id59dc06fb85e4ac88098f56b621ec880610759ce
This commit is contained in:
@@ -26,13 +26,13 @@ import android.os.Parcel;
|
||||
import android.support.test.filters.SmallTest;
|
||||
import android.support.test.runner.AndroidJUnit4;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import java.net.InetAddress;
|
||||
import java.util.HashSet;
|
||||
import java.util.Objects;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@SmallTest
|
||||
public class StaticIpConfigurationTest {
|
||||
@@ -203,7 +203,7 @@ public class StaticIpConfigurationTest {
|
||||
try {
|
||||
s.writeToParcel(p, 0);
|
||||
p.setDataPosition(0);
|
||||
s2 = StaticIpConfiguration.CREATOR.createFromParcel(p);
|
||||
s2 = StaticIpConfiguration.readFromParcel(p);
|
||||
} finally {
|
||||
p.recycle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user