Searched refs:SUPPORTED_SCHEME (Results 1 – 1 of 1) sorted by relevance
54 public static final HashSet<String> SUPPORTED_SCHEME = new HashSet<String>( field in UriUtil117 return SUPPORTED_SCHEME.contains(uri.getScheme()); in isLocalUri()