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

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java345 private static final String INTERNAL_ASSETS = "file:///android_asset/"; field in class:CaptivePortalLoginActivity.MyWebViewClient
373 if (!url.startsWith(INTERNAL_ASSETS)) {
442 view.loadDataWithBaseURL(INTERNAL_ASSETS, html, "text/HTML", "UTF-8", null);
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java386 private static final String INTERNAL_ASSETS = "file:///android_asset/"; field in class:CaptivePortalLoginActivity.MyWebViewClient
422 if (!urlString.startsWith(INTERNAL_ASSETS)) {
479 view.loadDataWithBaseURL(INTERNAL_ASSETS, sslErrorPage, "text/HTML", "UTF-8", null);

Completed in 72 milliseconds