Home
last modified time | relevance | path

Searched refs:getCookieUrl (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieManagerTest.java101 String url = server.getCookieUrl("conquest.html"); in testAcceptCookie()
110 url = server.getCookieUrl("war.html"); in testAcceptCookie()
122 url = server.getCookieUrl("famine.html"); in testAcceptCookie()
132 url = server.getCookieUrl("death.html"); in testAcceptCookie()
DWebViewStartupTest.java54 final String url = server.getCookieUrl("death.html"); in testCookieManagerBlockingUiThread()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java418 public String getCookieUrl(String path) { in getCookieUrl() method in CtsTestServer