Searched refs:RESOURCE_BASE (Results 1 – 1 of 1) sorted by relevance
40 static final String RESOURCE_BASE = "file:///android_res/"; field in URLUtil184 return (null != url) && url.startsWith(RESOURCE_BASE); in isResourceUrl()