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