Searched defs:GATEWAY2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkPropertiesTest.java40 private static InetAddress GATEWAY2 = NetworkUtils.numericToInetAddress("69.78.8.1"); field in class:LinkPropertiesTest
103 source.addRoute(new RouteInfo(GATEWAY2));
115 target.addRoute(new RouteInfo(GATEWAY2));
128 target.addRoute(new RouteInfo(GATEWAY2));
141 target.addRoute(new RouteInfo(GATEWAY2));
153 target.addRoute(new RouteInfo(GATEWAY2));
165 target.addRoute(new RouteInfo(GATEWAY2));
176 target.addRoute(new RouteInfo(GATEWAY2));
200 source.addRoute(new RouteInfo(GATEWAY2));
210 target.addRoute(new RouteInfo(GATEWAY2));
[all...]

Completed in 55 milliseconds