Home
last modified time | relevance | path

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

/aosp12/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A 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()
/aosp12/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java127 WebView myWebView = findViewById(R.id.webview); in onBackPressed() local
128 if (myWebView.canGoBack() && mWebViewClient.allowBack()) { in onBackPressed()
129 myWebView.goBack(); in onBackPressed()
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java336 WebView myWebView = findViewById(R.id.webview); in onBackPressed() local
337 if (myWebView.canGoBack() && mWebViewClient.allowBack()) { in onBackPressed()
338 myWebView.goBack(); in onBackPressed()