Searched refs:androidResource (Results 1 – 1 of 1) sorted by relevance
947 InputStream androidResource = inputStreamForAndroidResource(url); in shouldInterceptRequest() local948 if (androidResource != null) { in shouldInterceptRequest()949 return new WebResourceResponse(null, null, androidResource); in shouldInterceptRequest()