Searched refs:FAVICON_FILENAME (Results 1 – 6 of 6) sorted by relevance
57 public static final String FAVICON_FILENAME = "favicon.png"; field in CommonResources61 "<html><head><link rel=\"icon\" type=\"image/png\" href=\"" + FAVICON_FILENAME + "\">" +
634 final String imagePath = "/" + CommonResources.FAVICON_FILENAME; in testCalledForImage()639 CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME)); in testCalledForImage()647 CommonResources.FAVICON_FILENAME)); in testCalledForImage()663 final String imagePath = "/" + CommonResources.FAVICON_FILENAME; in testNoOnReceivedErrorCallback()668 CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME)); in testNoOnReceivedErrorCallback()
94 webServer.setResponseBase64("/" + CommonResources.FAVICON_FILENAME, in testImageLoad()102 CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME), in testImageLoad()
148 final String imagePath = "/" + CommonResources.FAVICON_FILENAME; in testLoadUrlWithExtraHeaders()154 CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME), in testLoadUrlWithExtraHeaders()
206 mWebServer.setResponseBase64("/" + CommonResources.FAVICON_FILENAME,
287 "/" + CommonResources.FAVICON_FILENAME, CommonResources.FAVICON_DATA_BASE64, in testGetFavicon()