Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DStaticIpConfigurationTest.java58 private static final InetAddress DNS1 = ipAddress("8.8.8.8"); field in StaticIpConfigurationTest
84 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 …]
DIpConfigurationTest.java49 private static final InetAddress DNS1 = InetAddressUtils.parseNumericAddress("8.8.8.8"); field in IpConfigurationTest
63 dnsServers.add(DNS1); in setUp()
/packages/modules/Connectivity/tests/common/java/android/net/
DLinkPropertiesTest.java82 private static final InetAddress DNS1 = address("75.208.7.1"); field in LinkPropertiesTest
148 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 …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DDns1State.java113 if (mAdvancedOptionsFlowInfo.containsPage(AdvancedOptionsFlowInfo.DNS1)) { in onCreateActions()
114 title = mAdvancedOptionsFlowInfo.get(AdvancedOptionsFlowInfo.DNS1); in onCreateActions()
137 mAdvancedOptionsFlowInfo.put(AdvancedOptionsFlowInfo.DNS1, in onGuidedActionEditedAndProceed()
DAdvancedOptionsFlowInfo.java45 public static final int DNS1 = 10; field in AdvancedOptionsFlowInfo
58 DNS1,
DIpSettingsInvalidState.java110 mAdvancedOptionsFlowInfo.remove(AdvancedOptionsFlowInfo.DNS1); in onGuidedActionClicked()
/packages/modules/Connectivity/tests/unit/java/com/android/server/ethernet/
DEthernetConfigStoreTest.java50 private static final InetAddress DNS1 = InetAddresses.parseNumericAddress("8.8.8.8"); field in EthernetConfigStoreTest
57 List.of(DNS1, DNS2)))
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DLinkPropertiesUtilsTest.java55 private static final InetAddress DNS1 = toInetAddress("75.208.7.1"); field in LinkPropertiesUtilsTest
77 lp.addDnsServer(DNS1); in createTestObject()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DAdvancedOptionsFlowUtil.java143 String dns1 = flowInfo.get(AdvancedOptionsFlowInfo.DNS1); in processIpSettings()