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.java627 public void onReceivedError(WebView view, int errorCode, in onReceivedError() method in WebViewClientTest.MockWebViewClient
629 super.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()
634 public void onReceivedError(WebView view, WebResourceRequest request, in onReceivedError() method in WebViewClientTest.MockWebViewClient
636 super.onReceivedError(view, request, error); in onReceivedError()
DWebViewSslTest.java933 public void onReceivedError(WebView view, int errorCode, String description, in onReceivedError() method in WebViewSslTest.SslErrorWebViewClient