Searched refs:ASSET_BASE (Results 1 – 1 of 1) sorted by relevance
37 static final String ASSET_BASE = "file:///android_asset/"; field in URLUtil177 return (null != url) && url.startsWith(ASSET_BASE); in isAssetUrl()203 !url.startsWith(ASSET_BASE) && in isFileUrl()