Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2982 final CaptivePortalProbeResult httpResult = httpProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes() local
2985 if (isConclusiveResult(httpResult, capportApiUrl)) { in sendHttpAndHttpsParallelWithFallbackProbes()
2987 return httpResult; in sendHttpAndHttpsParallelWithFallbackProbes()
3000 if (mPrivateIpNoInternetEnabled && (httpResult.isDnsPrivateIpResponse())) { in sendHttpAndHttpsParallelWithFallbackProbes()