Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java213 final WebView webview = getWebview(); in onCreate() local
214 webview.clearCache(true); in onCreate()
215 CookieManager.getInstance().setAcceptThirdPartyCookies(webview, true); in onCreate()
216 WebSettings webSettings = webview.getSettings(); in onCreate()
226 webview.setWebViewClient(mWebViewClient); in onCreate()
227 webview.setWebChromeClient(new MyWebChromeClient()); in onCreate()
228 webview.setDownloadListener(new PortalDownloadListener()); in onCreate()
231 webview.loadData("", "text/html", null); in onCreate()
235 webview.reload(); in onCreate()
322 WebView myWebView = findViewById(R.id.webview); in onBackPressed()
[all …]
/packages/apps/Browser2/src/org/chromium/webview_shell/
DTelemetryMemoryPressureActivity.java28 WebView webview = (WebView) findViewById(R.id.webview); in onCreate() local
30 webview.getSettings().setJavaScriptEnabled(true); in onCreate()
32 webview.setWebViewClient(new WebViewClient() { in onCreate()
40 webview.loadUrl("about:blank"); in onCreate()
DWebViewBrowserActivity.java321 WebView webview = new WebView(this); in createAndInitializeWebView() local
322 WebSettings settings = webview.getSettings(); in createAndInitializeWebView()
333 webview.setWebViewClient(new WebViewClient() { in createAndInitializeWebView()
363 webview.setWebChromeClient(new WebChromeClient() { in createAndInitializeWebView()
411 mWebView = webview; in createAndInitializeWebView()
413 webview, new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT)); in createAndInitializeWebView()
DJankActivity.java27 WebView webView = (WebView) findViewById(R.id.webview); in onCreate()
DWebViewAnimationTestActivity.java77 mWebView = (WebView) findViewById(R.id.webview); in onCreate()
/packages/apps/SafetyRegulatoryInfo/src/com/android/safetyregulatoryinfo/
DSafetyAndRegulatoryInfoActivity.java31 WebView webView = (WebView) findViewById(R.id.webview); in onCreate()
/packages/apps/Contacts/src/com/android/contacts/activities/
DLicenseActivity.java37 mWebView = (WebView) findViewById(R.id.webview); in onCreate()
/packages/modules/ArtPrebuilt/iorap/test/src/IorapTestApp/app/
Dproguard-rules.pro11 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/packages/apps/Camera2/
Dproguard-project.txt18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DWebViewAppPreferenceController.java31 import com.android.car.developeroptions.webview.WebViewUpdateServiceWrapper;
/packages/apps/Settings/src/com/android/settings/development/
DWebViewAppPreferenceController.java31 import com.android.settings.webview.WebViewUpdateServiceWrapper;
/packages/apps/Settings/src/com/android/settings/webview/
DWebViewUpdateServiceWrapper.java17 package com.android.settings.webview;
DWebViewAppPicker.java17 package com.android.settings.webview;
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/webview/
DWebViewUpdateServiceWrapper.java17 package com.android.car.developeroptions.webview;
DWebViewAppPicker.java17 package com.android.car.developeroptions.webview;
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DWebViewAppPreferenceControllerTest.java30 import com.android.settings.webview.WebViewUpdateServiceWrapper;
/packages/services/Car/car_product/build/
Dcar.mk66 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
DHTMLViewerActivity.java60 mWebView = findViewById(R.id.webview); in onCreate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/webview/
DWebViewAppPickerTest.java17 package com.android.settings.webview;
/packages/apps/Settings/src/com/android/settings/core/gateway/
DSettingsGateway.java149 import com.android.settings.webview.WebViewAppPicker;