Searched refs:GATEWAY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
H A DStaticIpConfigurationTest.java38 private static final InetAddress GATEWAY = IpAddress("192.0.2.1"); field in class:StaticIpConfigurationTest
71 s.gateway = GATEWAY;
109 s.gateway = GATEWAY;
160 s.gateway = GATEWAY;
161 RouteInfo defaultRoute = new RouteInfo(new IpPrefix("0.0.0.0/0"), GATEWAY, IFACE);

Completed in 58 milliseconds