HomeSort by relevance Sort by last modified time
    Searched refs:myWebView (Results 1 - 2 of 2) sorted by null

  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 161 WebView myWebView = (WebView) findViewById(R.id.webview);
162 myWebView.loadData(getResources().getString(R.string.connection_error),
208 WebView myWebView = (WebView) findViewById(R.id.webview);
209 myWebView.loadData(result, "text/html", null);
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 161 WebView myWebView = (WebView) findViewById(R.id.webview);
162 myWebView.loadData(getResources().getString(R.string.connection_error),
208 WebView myWebView = (WebView) findViewById(R.id.webview);
209 myWebView.loadData(result, "text/html", null);

Completed in 83 milliseconds