Searched refs:getCookieUrl (Results 1 – 6 of 6) sorted by relevance
169 public String getCookieUrl(String path) {171 return mWebServer.getCookieUrl(path);
60 String getCookieUrl(String path); in getCookieUrl() method
407 public String getCookieUrl(String path) {410 return mWebServer.getCookieUrl(path);
138 String url = mWebServer.getCookieUrl("conquest.html"); in testAcceptCookie()147 url = mWebServer.getCookieUrl("war.html"); in testAcceptCookie()159 url = mWebServer.getCookieUrl("famine.html"); in testAcceptCookie()169 url = mWebServer.getCookieUrl("death.html"); in testAcceptCookie()
70 final String url = server.getCookieUrl("death.html"); in testCookieManagerBlockingUiThread()
519 public String getCookieUrl(String path) { in getCookieUrl() method in CtsTestServer