Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
DCaptivePortalProbeResult.java68 public final CaptivePortalProbeSpec probeSpec; field in CaptivePortalProbeResult
96 @Nullable String detectUrl, @Nullable CaptivePortalProbeSpec probeSpec, in CaptivePortalProbeResult() argument
101 this.probeSpec = probeSpec; in CaptivePortalProbeResult()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1423 if (probeRes.probeSpec != null) { in processMessage()
1424 final String encodedSpec = probeRes.probeSpec.getEncodedSpec(); in processMessage()
3004 @Nullable CaptivePortalProbeSpec probeSpec) { in sendHttpProbe() argument
3095 if (probeSpec == null) { in sendHttpProbe()
3108 probeResult = probeSpec.getResult(httpResponseCode, redirectUrl); in sendHttpProbe()
3552 final CaptivePortalProbeSpec probeSpec = nextFallbackSpec(); in sendHttpAndHttpsParallelWithFallbackProbes() local
3553 final URL fallback = (probeSpec != null) ? probeSpec.getUrl() : fallbackUrl; in sendHttpAndHttpsParallelWithFallbackProbes()
3556 fallbackProbeResult = sendHttpProbe(fallback, PROBE_FALLBACK, probeSpec); in sendHttpAndHttpsParallelWithFallbackProbes()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java733 int httpResponseCode, String locationHeader, CaptivePortalProbeSpec probeSpec) { in isDismissed() argument
734 return (probeSpec != null) in isDismissed()
735 ? probeSpec.getResult(httpResponseCode, locationHeader).isSuccessful() in isDismissed()