Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java918 InetAddress[] actual = wnm.sendDnsProbeWithTimeout("www.google.com", shortTimeoutMs); in testSendDnsProbeWithTimeout()
923 actual = wnm.sendDnsProbeWithTimeout("www.googleapis.com", shortTimeoutMs); in testSendDnsProbeWithTimeout()
928 wnm.sendDnsProbeWithTimeout("www.google.com", shortTimeoutMs); in testSendDnsProbeWithTimeout()
935 wnm.sendDnsProbeWithTimeout("www.google.com", shortTimeoutMs); in testSendDnsProbeWithTimeout()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1557 protected InetAddress[] sendDnsProbeWithTimeout(String host, int timeoutMs) in sendDnsProbeWithTimeout() method in NetworkMonitor
1574 InetAddress[] addresses = sendDnsProbeWithTimeout(host, getDnsProbeTimeout()); in sendDnsProbe()