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