Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java498 final URL errorUrl = makeURL(error.getUrl()); in onReceivedSslError() local
501 sslErrorName(error), sanitizeURL(errorUrl), error.getCertificate())); in onReceivedSslError()
502 if (errorUrl == null in onReceivedSslError()
505 || !errorUrl.equals(mainFrameUrl)) { in onReceivedSslError()