android.webkit
Class CookieSyncManager

java.lang.Object
  extended by android.webkit.CookieSyncManager
All Implemented Interfaces:
Runnable

public final class CookieSyncManager
extends Object


Field Summary
protected static String LOGTAG
           
protected  WebViewDatabase mDataBase
           
protected  Handler mHandler
           
 
Method Summary
protected  Object clone()
           
static CookieSyncManager createInstance(Context context)
           
static CookieSyncManager getInstance()
           
protected  void onSyncInit()
           
 void resetSync()
           
 void run()
           
 void startSync()
           
 void stopSync()
           
 void sync()
           
protected  void syncFromRamToFlash()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mHandler

protected Handler mHandler

mDataBase

protected WebViewDatabase mDataBase

LOGTAG

protected static final String LOGTAG
See Also:
Constant Field Values
Method Detail

getInstance

public static CookieSyncManager getInstance()

createInstance

public static CookieSyncManager createInstance(Context context)

syncFromRamToFlash

protected void syncFromRamToFlash()

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

run

public void run()
Specified by:
run in interface Runnable

sync

public void sync()

resetSync

public void resetSync()

startSync

public void startSync()

stopSync

public void stopSync()

onSyncInit

protected void onSyncInit()


Copyright © 2008-2012. All Rights Reserved.