Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java5094 checkDnsServers(cbi.getLp(), dnsServers); in testLinkPropertiesWithPrivateDnsValidationEvents()
5112 checkDnsServers(cbi.getLp(), dnsServers); in testLinkPropertiesWithPrivateDnsValidationEvents()
5135 checkDnsServers(cbi.getLp(), dnsServers); in testLinkPropertiesWithPrivateDnsValidationEvents()
5147 checkDnsServers(cbi.getLp(), dnsServers); in testLinkPropertiesWithPrivateDnsValidationEvents()
5161 checkDnsServers(cbi.getLp(), dnsServers); in testLinkPropertiesWithPrivateDnsValidationEvents()
5182 private static void checkDnsServers(Object callbackObj, Set<InetAddress> dnsServers) { in checkDnsServers() method in ConnectivityServiceTest