Searched refs:DNS1 (Results 1 – 9 of 9) sorted by relevance
58 private static final InetAddress DNS1 = ipAddress("8.8.8.8"); field in StaticIpConfigurationTest84 s.dnsServers.add(DNS1); in makeTestObject()124 s.dnsServers.add(DNS1); in testHashCodeAndEquals()142 s.ipAddress = new LinkAddress(DNS1, 32); in testHashCodeAndEquals()186 s.dnsServers.add(DNS1); in testToLinkProperties()187 expected.addDnsServer(DNS1); in testToLinkProperties()240 dnsServers.add(DNS1); in testBuilder()257 assertEquals(DNS1, s.getDnsServers().get(0)); in testBuilder()275 dnsServers.add(DNS1); in testIllegalBuilders()288 s.addDnsServer(DNS1); in testAddDnsServers()[all …]
49 private static final InetAddress DNS1 = InetAddressUtils.parseNumericAddress("8.8.8.8"); field in IpConfigurationTest63 dnsServers.add(DNS1); in setUp()
82 private static final InetAddress DNS1 = address("75.208.7.1"); field in LinkPropertiesTest148 lp.addDnsServer(DNS1); in makeTestObject()241 source.addDnsServer(DNS1); in testEqualsSameOrder()256 target.addDnsServer(DNS1); in testEqualsSameOrder()270 target.addDnsServer(DNS1); in testEqualsSameOrder()283 target.addDnsServer(DNS1); in testEqualsSameOrder()321 target.addDnsServer(DNS1); in testEqualsSameOrder()333 target.addDnsServer(DNS1); in testEqualsSameOrder()350 source.addDnsServer(DNS1); in testEqualsDifferentOrder()363 target.addDnsServer(DNS1); in testEqualsDifferentOrder()[all …]
113 if (mAdvancedOptionsFlowInfo.containsPage(AdvancedOptionsFlowInfo.DNS1)) { in onCreateActions()114 title = mAdvancedOptionsFlowInfo.get(AdvancedOptionsFlowInfo.DNS1); in onCreateActions()137 mAdvancedOptionsFlowInfo.put(AdvancedOptionsFlowInfo.DNS1, in onGuidedActionEditedAndProceed()
45 public static final int DNS1 = 10; field in AdvancedOptionsFlowInfo58 DNS1,
110 mAdvancedOptionsFlowInfo.remove(AdvancedOptionsFlowInfo.DNS1); in onGuidedActionClicked()
50 private static final InetAddress DNS1 = InetAddresses.parseNumericAddress("8.8.8.8"); field in EthernetConfigStoreTest57 List.of(DNS1, DNS2)))
55 private static final InetAddress DNS1 = toInetAddress("75.208.7.1"); field in LinkPropertiesUtilsTest77 lp.addDnsServer(DNS1); in createTestObject()
143 String dns1 = flowInfo.get(AdvancedOptionsFlowInfo.DNS1); in processIpSettings()