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

  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 78 public void onReceivedError(WebView view, int errorCode,
80 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
JNIBindingsTestApp.java 207 public void onReceivedError(WebView view, int errorCode,
PopularUrlsTest.java 212 public void onReceivedError(WebView view, int errorCode,
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 159 public void onReceivedError(WebView view, int errorCode,
CallbackProxy.java 304 mWebViewClient.onReceivedError(mWebView, reasonCode,
    [all...]
BrowserFrame.java 363 mCallbackProxy.onReceivedError(errorCode, description, failingUrl);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsSafetyLegalActivity.java 76 public void onReceivedError(WebView view, int errorCode,
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 123 method = "onReceivedError",
340 public void onReceivedError(WebView view, int errorCode,
342 super.onReceivedError(view, errorCode, description, failingUrl);
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 202 public void onReceivedError(WebView view, int errorCode, String description,
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 200 public void onReceivedError(WebView view, int errorCode, String description,
TestShellActivity.java 611 public void onReceivedError(WebView view, int errorCode, String description,
613 Log.v(LOGTAG, "onReceivedError, errorCode=" + errorCode
615 super.onReceivedError(view, errorCode, description, failingUrl);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 680 public void onReceivedError(WebView view, int errorCode,
692 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 525 milliseconds