Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java168 final WebView webview = getWebview(); in onCreate() local
169 webview.clearCache(true); in onCreate()
170 CookieManager.getInstance().setAcceptThirdPartyCookies(webview, true); in onCreate()
171 WebSettings webSettings = webview.getSettings(); in onCreate()
181 webview.setWebViewClient(mWebViewClient); in onCreate()
182 webview.setWebChromeClient(new MyWebChromeClient()); in onCreate()
185 webview.loadData("", "text/html", null); in onCreate()
189 webview.reload(); in onCreate()
253 WebView myWebView = findViewById(R.id.webview); in onBackPressed()
288 final WebView webview = (WebView) findViewById(R.id.webview); in onDestroy() local
[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/UnifiedEmail/src/com/android/mail/ui/
DLicensesActivity.java73 final WebView webview = (WebView) findViewById(R.id.webview); in onCreate() local
74 webview.loadData(licenseHTML, "text/html", null); in onCreate()
DHelpFragment.java73 mWebView = (WebView) view.findViewById(R.id.webview); in onCreateView()
DSecureConversationViewController.java105 mWebView = (MessageWebView) rootView.findViewById(R.id.webview); in onCreateView()
/packages/apps/Email/src/com/android/email/activity/setup/
DDebugFragment.java124 WebView webview = new WebView(getActivity()); in clearWebViewCache() local
126 webview.clearCache(true); in clearWebViewCache()
129 webview.destroy(); in clearWebViewCache()
/packages/apps/SafetyRegulatoryInfo/src/com/android/safetyregulatoryinfo/
DSafetyAndRegulatoryInfoActivity.java31 WebView webView = (WebView) findViewById(R.id.webview); in onCreate()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DWebViewContextMenu.java210 WebView webview = (WebView) v; in onCreateContextMenu() local
211 WebView.HitTestResult result = webview.getHitTestResult(); in onCreateContextMenu()
/packages/apps/Contacts/src/com/android/contacts/activities/
DLicenseActivity.java37 mWebView = (WebView) findViewById(R.id.webview); in onCreate()
/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/apps/Settings/tests/robotests/src/com/android/settings/development/
DWebViewAppPreferenceControllerTest.java30 import com.android.settings.webview.WebViewUpdateServiceWrapper;
/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/HTMLViewer/src/com/android/htmlviewer/
DHTMLViewerActivity.java60 mWebView = findViewById(R.id.webview); in onCreate()
/packages/services/Car/car_product/build/
Dcar.mk71 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
/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.java139 import com.android.settings.webview.WebViewAppPicker;