Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java973 URL httpsUrl = mCaptivePortalHttpsUrl; in isCaptivePortal() local
1001 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() argument
1174 sendDnsAndHttpProbes(proxy, httpsUrl, ValidationProbeEvent.PROBE_HTTPS); in sendParallelHttpProbes()