Searched refs:RESUME_TIMERS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java881 "RESUME_TIMERS", // = 110;
942 static final int RESUME_TIMERS = 110; field in class:WebViewCore.EventHub
1096 && msg.what != EventHub.RESUME_TIMERS
1282 case RESUME_TIMERS:
1809 // or RESUME_TIMERS messages, which we must still handle as they
H A DWebView.java3273 mWebViewCore.sendMessage(EventHub.RESUME_TIMERS);

Completed in 101 milliseconds