Home
last modified time | relevance | path

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

/cts/libs/webkit-shared/src/android/webkit/cts/
DSharedSdkWebServer.java169 public String getCookieUrl(String path) {
171 return mWebServer.getCookieUrl(path);
DIWebServer.aidl60 String getCookieUrl(String path); in getCookieUrl() method
DSharedWebViewTestEnvironment.java407 public String getCookieUrl(String path) {
410 return mWebServer.getCookieUrl(path);
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieManagerTest.java138 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()
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideStartupTest.java70 final String url = server.getCookieUrl("death.html"); in testCookieManagerBlockingUiThread()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java519 public String getCookieUrl(String path) { in getCookieUrl() method in CtsTestServer