Searched refs:INTERNAL_ASSETS (Results 1 – 1 of 1) sorted by relevance
542 private static final String INTERNAL_ASSETS = "file:///android_asset/"; field in CaptivePortalLoginActivity.MyWebViewClient581 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()