Searched refs:errorCode (Results 1 – 2 of 2) sorted by relevance
| /webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/ |
| D | ErrorLoggingWebViewClient.java | 52 public void onReceivedError(WebView view, int errorCode, String description, in onReceivedError() argument 54 logErrors(failingUrl, errorCode); in onReceivedError() 57 private void logErrors(@NonNull String url, int errorCode) { in logErrors() argument 59 mTextView.setText(String.format(Locale.getDefault(), "%s\n%s|%d", text, url, errorCode)); in logErrors() local
|
| /webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/ |
| D | WebViewClientCompatTest.java | 528 public void onReceivedError(WebView view, int errorCode, in onReceivedError() argument
|