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