Searched refs:ASSET_PREFIX (Results 1 – 1 of 1) sorted by relevance
109 private static final String ASSET_PREFIX = "/assets/"; field in CtsTestServer111 private static final String FAVICON_ASSET_PATH = ASSET_PREFIX + "webkit/favicon.png";323 sb.append(ASSET_PREFIX); in getAssetUrl()348 sb.append(ASSET_PREFIX); in getDelayedAssetUrl()361 sb.append(ASSET_PREFIX); in getAuthAssetUrl()388 sb.append(ASSET_PREFIX); in getRedirectingAssetUrl()587 StringBuilder sb = new StringBuilder(ASSET_PREFIX); in getRelativeUrl()677 } else if (path.startsWith(ASSET_PREFIX)) { in getResponse()678 path = path.substring(ASSET_PREFIX.length()); in getResponse()