Home
last modified time | relevance | path

Searched defs:shouldInterceptRequest (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/webkit/src/main/java/androidx/webkit/
DServiceWorkerClientCompat.java51 public abstract WebResourceResponse shouldInterceptRequest(@NonNull WebResourceRequest request); in shouldInterceptRequest() method in ServiceWorkerClientCompat
/frameworks/base/core/java/android/webkit/
DServiceWorkerClient.java43 public WebResourceResponse shouldInterceptRequest(WebResourceRequest request) { in shouldInterceptRequest() method in ServiceWorkerClient
DWebViewClient.java182 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in WebViewClient
217 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in WebViewClient
/frameworks/support/webkit/src/main/java/androidx/webkit/internal/
DFrameworkServiceWorkerClient.java41 public WebResourceResponse shouldInterceptRequest(WebResourceRequest request) { in shouldInterceptRequest() method in FrameworkServiceWorkerClient
DServiceWorkerClientAdapter.java40 public WebResourceResponse shouldInterceptRequest(WebResourceRequest request) { in shouldInterceptRequest() method in ServiceWorkerClientAdapter
/frameworks/support/webkit/src/androidTest/java/androidx/webkit/
DServiceWorkerClientCompatTest.java90 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in ServiceWorkerClientCompatTest.InterceptClient
107 public WebResourceResponse shouldInterceptRequest(WebResourceRequest request) { in shouldInterceptRequest() method in ServiceWorkerClientCompatTest.InterceptServiceWorkerClient