Android
android.webkit
public class

android.webkit.WebViewDatabase

java.lang.Object
android.webkit.WebViewDatabase

Summary

Constants

      Value  
String  LOGTAG    "webviewdatabase" 

Public Methods

          void  clearFormData()
Clear form database
          void  clearHttpAuthUsernamePassword()
Clear HTTP authentication password database
          void  clearUsernamePassword()
Clear password database
  synchronized    static    WebViewDatabase  getInstance(Context context)
          boolean  hasFormData()
Find out if there is form data saved.
          boolean  hasHttpAuthUsernamePassword()
Find out if there are any HTTP authentication passwords saved.
          boolean  hasUsernamePassword()
Find out if there are any passwords saved.
Methods inherited from class java.lang.Object

Details

Constants

protected static final String LOGTAG

Constant Value: "webviewdatabase"

Public Methods

public void clearFormData()

Clear form database

public void clearHttpAuthUsernamePassword()

Clear HTTP authentication password database

public void clearUsernamePassword()

Clear password database

public static synchronized WebViewDatabase getInstance(Context context)

public boolean hasFormData()

Find out if there is form data saved.

Returns

  • TRUE if there is form data in the database

public boolean hasHttpAuthUsernamePassword()

Find out if there are any HTTP authentication passwords saved.

Returns

  • TRUE if there are passwords saved

public boolean hasUsernamePassword()

Find out if there are any passwords saved.

Returns

  • TRUE if there is passwords saved
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48