Searched refs:httpsUrl (Results 1 – 1 of 1) sorted by relevance
973 URL httpsUrl = mCaptivePortalHttpsUrl; in isCaptivePortal() local1001 if ((pacUrl == null) && (httpUrl == null || httpsUrl == null)) { in isCaptivePortal()1011 result = sendParallelHttpProbes(proxyInfo, httpsUrl, httpUrl); in isCaptivePortal()1153 ProxyInfo proxy, URL httpsUrl, URL httpUrl) { in sendParallelHttpProbes() argument1174 sendDnsAndHttpProbes(proxy, httpsUrl, ValidationProbeEvent.PROBE_HTTPS); in sendParallelHttpProbes()