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

/frameworks/base/core/java/android/webkit/
H A DCookieSyncManager.java24 * The CookieSyncManager is used to synchronize the browser cookie store
29 * To use the CookieSyncManager, the host application has to call the following
33 * <pre class="prettyprint">CookieSyncManager.createInstance(context)</pre><p>
36 * <pre class="prettyprint">CookieSyncManager.getInstance().startSync()</pre><p>
42 * CookieSyncManager.getInstance().stopSync()
50 * <pre class="prettyprint">CookieSyncManager.getInstance().sync()</pre><p>
59 * You no longer need to create or use the CookieSyncManager.
65 public final class CookieSyncManager extends WebSyncManager { class in inherits:WebSyncManager
67 private static CookieSyncManager sRef;
70 private CookieSyncManager() { method in class:CookieSyncManager
[all...]

Completed in 798 milliseconds