Searched refs:GATEWAY (Results 1 – 7 of 7) sorted by relevance
56 private static final InetAddress GATEWAY = ipAddress("192.0.2.1"); field in StaticIpConfigurationTest83 s.gateway = GATEWAY; in makeTestObject()121 s.gateway = GATEWAY; in testHashCodeAndEquals()172 s.gateway = GATEWAY; in testToLinkProperties()173 RouteInfo defaultRoute = new RouteInfo(new IpPrefix("0.0.0.0/0"), GATEWAY, IFACE); in testToLinkProperties()244 .setGateway(GATEWAY) in testBuilder()252 assertEquals(GATEWAY, s.getGateway()); in testBuilder()306 assertEquals(new RouteInfo((IpPrefix) null, GATEWAY, IFACE), routeInfoList.get(1)); in testGetRoutes()
48 private static final InetAddress GATEWAY = InetAddressUtils.parseNumericAddress("192.0.2.1"); field in IpConfigurationTest67 .setGateway(GATEWAY) in setUp()
114 if (mAdvancedOptionsFlowInfo.containsPage(AdvancedOptionsFlowInfo.GATEWAY)) { in onCreateActions()115 title = mAdvancedOptionsFlowInfo.get(AdvancedOptionsFlowInfo.GATEWAY); in onCreateActions()138 mAdvancedOptionsFlowInfo.put(AdvancedOptionsFlowInfo.GATEWAY, in onGuidedActionEditedAndProceed()
44 public static final int GATEWAY = 9; field in AdvancedOptionsFlowInfo57 GATEWAY,
109 mAdvancedOptionsFlowInfo.remove(AdvancedOptionsFlowInfo.GATEWAY); in onGuidedActionClicked()
49 private static final InetAddress GATEWAY = InetAddresses.parseNumericAddress("192.168.1.1"); field in EthernetConfigStoreTest55 .setGateway(GATEWAY)
133 String gateway = flowInfo.get(AdvancedOptionsFlowInfo.GATEWAY); in processIpSettings()