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

/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkPropertiesTest.java39 private static InetAddress GATEWAY1 = NetworkUtils.numericToInetAddress("75.208.8.1"); field in class:LinkPropertiesTest
102 source.addRoute(new RouteInfo(GATEWAY1));
114 target.addRoute(new RouteInfo(GATEWAY1));
127 target.addRoute(new RouteInfo(GATEWAY1));
140 target.addRoute(new RouteInfo(GATEWAY1));
152 target.addRoute(new RouteInfo(GATEWAY1));
175 target.addRoute(new RouteInfo(GATEWAY1));
199 source.addRoute(new RouteInfo(GATEWAY1));
211 target.addRoute(new RouteInfo(GATEWAY1));
472 lp4.addRoute(new RouteInfo(GATEWAY1));
[all...]

Completed in 54 milliseconds