Home
last modified time | relevance | path

Searched refs:onReceivedError (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java917 public void onReceivedError(WebView view, int errorCode, in onReceivedError() method in WebViewClientTest.MockWebViewClient
919 super.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()
924 public void onReceivedError(WebView view, WebResourceRequest request, in onReceivedError() method in WebViewClientTest.MockWebViewClient
926 super.onReceivedError(view, request, error); in onReceivedError()
DWebViewSslTest.java944 public void onReceivedError(WebView view, int errorCode, String description, in onReceivedError() method in WebViewSslTest.SslErrorWebViewClient