Searched refs:onReceivedHttpError (Results 1 – 3 of 3) sorted by relevance
36 InvalidNullabilityOverride: androidx.webkit.WebViewClientCompat#onReceivedHttpError(android.webkit.…37 …Invalid nullability on parameter `view` in method `onReceivedHttpError`. Parameters of overrides c…38 InvalidNullabilityOverride: androidx.webkit.WebViewClientCompat#onReceivedHttpError(android.webkit.…39 …Invalid nullability on parameter `request` in method `onReceivedHttpError`. Parameters of override…40 InvalidNullabilityOverride: androidx.webkit.WebViewClientCompat#onReceivedHttpError(android.webkit.…41 …Invalid nullability on parameter `errorResponse` in method `onReceivedHttpError`. Parameters of ov…
191 public void onReceivedHttpError(@NonNull WebView view, @NonNull WebResourceRequest request, in onReceivedHttpError() method in WebViewClientCompat
541 public void onReceivedHttpError(@NonNull WebView view, @NonNull WebResourceRequest request, in onReceivedHttpError() method in WebViewClientCompatTest.MockWebViewClient543 super.onReceivedHttpError(view, request, errorResponse); in onReceivedHttpError()