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