Searched refs:CONTENT_BASE (Results 1 – 1 of 1) sorted by relevance
44 static final String CONTENT_BASE = "content:"; field in URLUtil260 return (null != url) && url.startsWith(CONTENT_BASE); in isContentUrl()