Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/common/java/android/net/
DStaticIpConfigurationTest.java48 private static final InetAddress DNS2 = IpAddress("8.8.4.4"); field in StaticIpConfigurationTest
69 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()
DLinkPropertiesTest.java70 private static final InetAddress DNS2 = address("69.78.7.1"); field in LinkPropertiesTest
144 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 …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DDns2State.java113 if (mAdvancedOptionsFlowInfo.containsPage(AdvancedOptionsFlowInfo.DNS2)) { in onCreateActions()
114 title = mAdvancedOptionsFlowInfo.get(AdvancedOptionsFlowInfo.DNS2); in onCreateActions()
136 mAdvancedOptionsFlowInfo.put(AdvancedOptionsFlowInfo.DNS2, in onGuidedActionEditedAndProceed()
DAdvancedOptionsFlowInfo.java46 public static final int DNS2 = 11; field in AdvancedOptionsFlowInfo
59 DNS2
DIpSettingsInvalidState.java111 mAdvancedOptionsFlowInfo.remove(AdvancedOptionsFlowInfo.DNS2); in onGuidedActionClicked()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpConfigurationTest.java45 private static final InetAddress DNS2 = InetAddressUtils.parseNumericAddress("8.8.4.4"); field in IpConfigurationTest
56 dnsServers.add(DNS2); in setUp()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DAdvancedOptionsFlowUtil.java152 String dns2 = flowInfo.get(AdvancedOptionsFlowInfo.DNS2); in processIpSettings()