Home
last modified time | relevance | path

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

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java334 private static final String INTERNAL_ASSETS = "file:///android_asset/"; field in CaptivePortalLoginActivity.MyWebViewClient
362 if (!url.startsWith(INTERNAL_ASSETS)) { in onPageStarted()
431 view.loadDataWithBaseURL(INTERNAL_ASSETS, html, "text/HTML", "UTF-8", null); in onReceivedSslError()
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java346 private static final String INTERNAL_ASSETS = "file:///android_asset/"; field in CaptivePortalLoginActivity.MyWebViewClient
382 if (!urlString.startsWith(INTERNAL_ASSETS)) { in onPageStarted()
438 view.loadDataWithBaseURL(INTERNAL_ASSETS, sslErrorPage, "text/HTML", "UTF-8", null); in onReceivedSslError()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUWebView.java56 private static final String INTERNAL_ASSETS = "file:///android_asset/"; field in OSUWebView.MyWebViewClient