Searched defs:INITIALIZE (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java226 WebCoreThread.INITIALIZE, this);
264 * INITIALIZE message can be handled.
269 // Remove the INITIALIZE method so we don't try to initialize twice.
270 sWebCoreHandler.removeMessages(WebCoreThread.INITIALIZE, this);
742 private static final int INITIALIZE = 0; field in class:WebViewCore.WebCoreThread
755 case INITIALIZE:

Completed in 44 milliseconds