Searched refs:myWebView (Results 1 – 1 of 1) sorted by relevance
161 WebView myWebView = (WebView) findViewById(R.id.webview); in showErrorPage() local162 myWebView.loadData(getResources().getString(R.string.connection_error), in showErrorPage()208 WebView myWebView = (WebView) findViewById(R.id.webview); in onPostExecute() local209 myWebView.loadData(result, "text/html", null); in onPostExecute()