Searched refs:myWebView (Results 1 – 2 of 2) sorted by relevance
161 WebView myWebView = findViewById(R.id.webview); in showErrorPage() local162 myWebView.loadData(getResources().getString(R.string.connection_error), in showErrorPage()208 WebView myWebView = findViewById(R.id.webview); in onPostExecute() local209 myWebView.loadData(result, "text/html", null); in onPostExecute()
127 WebView myWebView = findViewById(R.id.webview); in onBackPressed() local128 if (myWebView.canGoBack() && mWebViewClient.allowBack()) { in onBackPressed()129 myWebView.goBack(); in onBackPressed()