/**@class android.webkit.WebViewFactoryProvider.Statics
 This Interface provides glue for implementing the backend of WebView static methods which
 cannot be implemented in-situ in the proxy class.
*/
var Statics = {

/**Implements the API method:
 {@link android.webkit.WebView#findAddress(String)}
*/
findAddress : function(  ) {},

/**Implements the API method:
 {@link android.webkit.WebSettings#getDefaultUserAgent(Context) }
*/
getDefaultUserAgent : function(  ) {},

/**Used for tests only.
*/
freeMemoryForTests : function(  ) {},

/**Implements the API method:
 {@link android.webkit.WebView#setWebContentsDebuggingEnabled(boolean) }
*/
setWebContentsDebuggingEnabled : function(  ) {},

/**Implements the API method:
 {@link android.webkit.WebView#clearClientCertPreferences(Runnable) }
*/
clearClientCertPreferences : function(  ) {},

/**Implements the API method:
 {@link android.webkit.WebView#setSlowWholeDocumentDrawEnabled(boolean) }
*/
enableSlowWholeDocumentDraw : function(  ) {},

/**Implement the API method
 {@link android.webkit.WebChromeClient.FileChooserParams#parseResult(int, Intent)}
*/
parseFileChooserResult : function(  ) {},


};