Searched refs:onReceivedError (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebViewClient.java78 public void onReceivedError(WebView view, int errorCode, method in class:TestWebViewClient
80 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
H A DJNIBindingsTestApp.java207 public void onReceivedError(WebView view, int errorCode,
H A DPopularUrlsTest.java212 public void onReceivedError(WebView view, int errorCode,
/packages/apps/Settings/src/com/android/settings/
H A DSettingsSafetyLegalActivity.java76 public void onReceivedError(WebView view, int errorCode,
/packages/apps/Browser/src/com/android/browser/
H A DTab.java676 public void onReceivedError(WebView view, int errorCode,
687 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
1344 public void onReceivedError(WebView view, int errorCode, method in class:Tab.SubWindowClient
1346 mClient.onReceivedError(view, errorCode, description, failingUrl);

Completed in 555 milliseconds