Searched defs:parseCookie (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DCookieManager.java331 cookies = parseCookie(hostAndPath[0], hostAndPath[1], value);
768 * parseCookie() parses the cookieString which is a comma-separated list of
781 private ArrayList<Cookie> parseCookie(String host, String path, method in class:CookieManager

Completed in 44 milliseconds