HomeSort by relevance Sort by last modified time
    Searched refs:cookieValue (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieSyncManagerTest.java 70 String cookieValue = "a = b";
71 cookieManager.setCookie(TestHtmlConstants.HELLO_WORLD_URL, cookieValue);
72 assertEquals(cookieValue, cookieManager.getCookie(TestHtmlConstants.HELLO_WORLD_URL));
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 180 String cookieValue = CookieManager.getInstance().getCookie(url);
182 if (cookieValue != null) {
184 headers.put(COOKIE, cookieValue);
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 43 milliseconds