Searched refs:INTERNAL_ASSETS (Results 1 – 1 of 1) sorted by relevance
759 private static final String INTERNAL_ASSETS = "file:///android_asset/"; field in CaptivePortalLoginActivity.MyWebViewClient798 if (!urlString.startsWith(INTERNAL_ASSETS)) { in onPageStarted()878 view.loadDataWithBaseURL(INTERNAL_ASSETS, sslErrorPage, "text/HTML", "UTF-8", null); in onReceivedSslError()980 && !url.startsWith("https:") && !url.startsWith(INTERNAL_ASSETS)) { in shouldOverrideUrlLoading()1010 view.loadDataWithBaseURL(INTERNAL_ASSETS, errorPage, "text/HTML", "UTF-8", null); in loadCustomSchemeErrorPage()