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.java2937 final CaptivePortalProbeResult httpResult = httpProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes() local
2940 if (isConclusiveResult(httpResult, capportApiUrl)) { in sendHttpAndHttpsParallelWithFallbackProbes()
2942 return httpResult; in sendHttpAndHttpsParallelWithFallbackProbes()
2955 if (mPrivateIpNoInternetEnabled && (httpResult.isDnsPrivateIpResponse())) { in sendHttpAndHttpsParallelWithFallbackProbes()