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

/frameworks/base/core/java/android/webkit/
H A DCookieManager.java37 * CookieManager manages cookies according to RFC2109 spec.
39 public final class CookieManager { class
41 private static CookieManager sRef;
241 private CookieManager() { method in class:CookieManager
249 * Get a singleton CookieManager. If this is called before any
254 * @return CookieManager
256 public static synchronized CookieManager getInstance() {
258 sRef = new CookieManager();
624 synchronized(CookieManager.this) {
656 synchronized(CookieManager
[all...]

Completed in 41 milliseconds