OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dnspinger
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/java/com/android/server/
WifiWatchdogService.java
367
boolean dnsAlive =
DnsPinger
.isDnsReachable(dns, getPingTimeoutMs());
394
if (
DnsPinger
.isDnsReachable(dns, getPingTimeoutMs())) {
437
return
DnsPinger
.isDnsReachable(dns, getBackgroundCheckTimeoutMs());
[
all
...]
Completed in 218 milliseconds