Home
last modified time | relevance | path

Searched refs:myWebView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUWebView.java40 final WebView myWebView = findViewById(R.id.webview); in onCreate() local
41 myWebView.clearCache(true); in onCreate()
42 WebSettings webSettings = myWebView.getSettings(); in onCreate()
45 myWebView.setWebViewClient(mWebViewClient); in onCreate()
47 myWebView.loadUrl(mUrl); in onCreate()
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
DNetworkActivity.java161 WebView myWebView = findViewById(R.id.webview); in showErrorPage() local
162 myWebView.loadData(getResources().getString(R.string.connection_error), in showErrorPage()
208 WebView myWebView = findViewById(R.id.webview); in onPostExecute() local
209 myWebView.loadData(result, "text/html", null); in onPostExecute()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java126 WebView myWebView = findViewById(R.id.webview); in onBackPressed() local
127 if (myWebView.canGoBack() && mWebViewClient.allowBack()) { in onBackPressed()
128 myWebView.goBack(); in onBackPressed()
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java217 WebView myWebView = findViewById(R.id.webview); in onBackPressed() local
218 if (myWebView.canGoBack() && mWebViewClient.allowBack()) { in onBackPressed()
219 myWebView.goBack(); in onBackPressed()