Searched refs:DNS2 (Results 1 – 7 of 7) sorted by relevance
48 private static final InetAddress DNS2 = IpAddress("8.8.4.4"); field in StaticIpConfigurationTest69 s.dnsServers.add(DNS2); in makeTestObject()111 s.dnsServers.add(DNS2); in testHashCodeAndEquals()134 s.gateway = DNS2; in testHashCodeAndEquals()174 s.dnsServers.add(DNS2); in testToLinkProperties()176 expected.addDnsServer(DNS2); in testToLinkProperties()253 s.addDnsServer(DNS2); in testAddDnsServers()256 assertEquals(DNS2, s.getDnsServers().get(1)); in testAddDnsServers()
70 private static final InetAddress DNS2 = address("69.78.7.1"); field in LinkPropertiesTest144 lp.addDnsServer(DNS2); in makeTestObject()241 source.addDnsServer(DNS2); in testEqualsSameOrder()256 target.addDnsServer(DNS2); in testEqualsSameOrder()270 target.addDnsServer(DNS2); in testEqualsSameOrder()283 target.addDnsServer(DNS2); in testEqualsSameOrder()296 target.addDnsServer(DNS2); in testEqualsSameOrder()308 target.addDnsServer(DNS2); in testEqualsSameOrder()321 target.addDnsServer(DNS2); in testEqualsSameOrder()333 target.addDnsServer(DNS2); in testEqualsSameOrder()[all …]
113 if (mAdvancedOptionsFlowInfo.containsPage(AdvancedOptionsFlowInfo.DNS2)) { in onCreateActions()114 title = mAdvancedOptionsFlowInfo.get(AdvancedOptionsFlowInfo.DNS2); in onCreateActions()136 mAdvancedOptionsFlowInfo.put(AdvancedOptionsFlowInfo.DNS2, in onGuidedActionEditedAndProceed()
46 public static final int DNS2 = 11; field in AdvancedOptionsFlowInfo59 DNS2
111 mAdvancedOptionsFlowInfo.remove(AdvancedOptionsFlowInfo.DNS2); in onGuidedActionClicked()
45 private static final InetAddress DNS2 = InetAddressUtils.parseNumericAddress("8.8.4.4"); field in IpConfigurationTest56 dnsServers.add(DNS2); in setUp()
152 String dns2 = flowInfo.get(AdvancedOptionsFlowInfo.DNS2); in processIpSettings()