Searched defs:PAUSE_TIMERS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java744 "PAUSE_TIMERS", // = 109;
798 static final int PAUSE_TIMERS = 109; field in class:WebViewCore.EventHub
1065 case PAUSE_TIMERS:
1537 // RESUME_TIMERS and PAUSE_TIMERS are per process base. They need to
1539 // Note: we should not have more than one RESUME_TIMERS/PAUSE_TIMERS
1541 boolean hasPause = mEventHub.hasMessages(EventHub.PAUSE_TIMERS);
1547 Message.obtain(null, EventHub.PAUSE_TIMERS));

Completed in 38 milliseconds