Searched refs:PathMatcher (Results 1 – 1 of 1) sorted by relevance
107 private final List<PathMatcher> mMatchers;395 /*package*/ static class PathMatcher { class in WebViewAssetLoader410 PathMatcher(final @NonNull String authority, final @NonNull String path, in PathMatcher() method in WebViewAssetLoader.PathMatcher528 List<PathMatcher> pathMatcherList = new ArrayList<>(); in build()532 pathMatcherList.add(new PathMatcher(mDomain, path, mHttpAllowed, handler)); in build()538 /*package*/ WebViewAssetLoader(@NonNull List<PathMatcher> pathMatchers) { in WebViewAssetLoader()555 for (PathMatcher matcher : mMatchers) { in shouldInterceptRequest()