Home | History | Annotate | Download | only in connectivity

Lines Matching defs:isCaptivePortal

630                     // Note: This call to isCaptivePortal() could take up to a minute. Resolving the
634 // will be unresponsive. isCaptivePortal() could be executed on another Thread
636 CaptivePortalProbeResult probeResult = isCaptivePortal();
966 protected CaptivePortalProbeResult isCaptivePortal() {
1019 result.isPortal() /* isCaptivePortal */,
1249 * If false, isCaptivePortal and responseTimestampMs are ignored
1254 private void sendNetworkConditionsBroadcast(boolean responseReceived, boolean isCaptivePortal,
1331 isCaptivePortal);