Searched refs:ASSET_PREFIX (Results 1 – 1 of 1) sorted by relevance
102 private static final String ASSET_PREFIX = "/assets/"; field in CtsTestServer104 private static final String FAVICON_ASSET_PATH = ASSET_PREFIX + "webkit/favicon.png";284 sb.append(ASSET_PREFIX); in getAssetUrl()309 sb.append(ASSET_PREFIX); in getDelayedAssetUrl()322 sb.append(ASSET_PREFIX); in getAuthAssetUrl()349 sb.append(ASSET_PREFIX); in getRedirectingAssetUrl()532 StringBuilder sb = new StringBuilder(ASSET_PREFIX); in getRelativeUrl()622 } else if (path.startsWith(ASSET_PREFIX)) { in getResponse()623 path = path.substring(ASSET_PREFIX.length()); in getResponse()