Searched defs:CookieSyncManager (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/webkit/
H A DCookieSyncManager.java23 * The CookieSyncManager is used to synchronize the browser cookie store
28 * To use the CookieSyncManager, the host application has to call the following
32 * <pre class="prettyprint">CookieSyncManager.createInstance(context)</pre><p>
35 * <pre class="prettyprint">CookieSyncManager.getInstance().startSync()</pre><p>
41 * CookieSyncManager.getInstance().stopSync()
49 * <pre class="prettyprint">CookieSyncManager.getInstance().sync()</pre><p>
58 * You no longer need to create or use the CookieSyncManager.
64 public final class CookieSyncManager extends WebSyncManager { class in inherits:WebSyncManager
66 private static CookieSyncManager sRef;
70 private CookieSyncManager() { method in class:CookieSyncManager
[all...]

Completed in 82 milliseconds