Home
last modified time | relevance | path

Searched refs:IPV4_GATEWAY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details/
DWifiDetailPreferenceControllerTest.java209 static final Inet4Address IPV4_GATEWAY; field in WifiDetailPreferenceControllerTest.Constants
234 IPV4_GATEWAY = (Inet4Address) InetAddress.getByName("192.0.2.127");
239 IPV4_DEFAULT = new RouteInfo(new IpPrefix(any4, 0), IPV4_GATEWAY);
915 inOrder.verify(mockGatewayPref).setSummary(Constants.IPV4_GATEWAY.getHostAddress()); in onLinkPropertiesChanged_updatesFields()