Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java542 private static final String INTERNAL_ASSETS = "file:///android_asset/"; field in CaptivePortalLoginActivity.MyWebViewClient
581 if (!urlString.startsWith(INTERNAL_ASSETS)) { in onPageStarted()
662 view.loadDataWithBaseURL(INTERNAL_ASSETS, sslErrorPage, "text/HTML", "UTF-8", null); in onReceivedSslError()
765 && !url.startsWith("https:") && !url.startsWith(INTERNAL_ASSETS)) { in shouldOverrideUrlLoading()
795 view.loadDataWithBaseURL(INTERNAL_ASSETS, errorPage, "text/HTML", "UTF-8", null); in loadCustomSchemeErrorPage()