Searched refs:sendMessageAtFrontOfQueue (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java100 * <code>sendMessageAtFrontOfQueue</code>. The <code>sendMessageAtFrontOfQueue</code> sends
886 sendMessageAtFrontOfQueue(obtainMessage(SM_INIT_CMD, mSmHandlerObj));
976 sendMessageAtFrontOfQueue(curMsg);
1161 sendMessageAtFrontOfQueue(obtainMessage(SM_QUIT_CMD, mSmHandlerObj));
1559 protected final void sendMessageAtFrontOfQueue(int what, Object obj) { method in class:StateMachine
1560 mSmHandler.sendMessageAtFrontOfQueue(obtainMessage(what, obj));
1567 protected final void sendMessageAtFrontOfQueue(int what) { method in class:StateMachine
1568 mSmHandler.sendMessageAtFrontOfQueue(obtainMessage(what));
1575 protected final void sendMessageAtFrontOfQueue(Messag method in class:StateMachine
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java92 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(2));
93 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(0));
99 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(1));
/frameworks/base/core/java/android/os/
H A DHandler.java411 return sendMessageAtFrontOfQueue(getPostMessage(r));
602 public final boolean sendMessageAtFrontOfQueue(Message msg) { method in class:Handler
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java1861 private synchronized void sendMessageAtFrontOfQueue(Message msg) { method in class:WebViewCore.EventHub
1868 mHandler.sendMessageAtFrontOfQueue(msg);
1929 void sendMessageAtFrontOfQueue(int what, int arg1, int arg2, Object obj) { method in class:WebViewCore
1930 mEventHub.sendMessageAtFrontOfQueue(Message.obtain(
1956 void sendMessageAtFrontOfQueue(int what, Object obj) { method in class:WebViewCore
1957 mEventHub.sendMessageAtFrontOfQueue(Message.obtain(
1982 mEventHub.sendMessageAtFrontOfQueue(
2282 sWebCoreHandler.sendMessageAtFrontOfQueue(sWebCoreHandler
2290 sWebCoreHandler.sendMessageAtFrontOfQueue(sWebCoreHandler
2685 mEventHub.sendMessageAtFrontOfQueue(Messag
[all...]
H A DWebViewClassic.java2403 mWebViewCore.sendMessageAtFrontOfQueue(EventHub.SAVE_VIEW_STATE,
3639 mWebViewCore.sendMessageAtFrontOfQueue(EventHub.FIND_ALL, mFindRequest);
5294 mWebViewCore.sendMessageAtFrontOfQueue(EventHub.SELECT_TEXT,
/frameworks/base/core/java/android/view/
H A DChoreographer.java476 mHandler.sendMessageAtFrontOfQueue(msg);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1544 mLocationHandler.sendMessageAtFrontOfQueue(m);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java4339 // Note: we really want to do sendMessageAtFrontOfQueue() because we
4342 mH.sendMessageAtFrontOfQueue(m);
4420 // Note: we really want to do sendMessageAtFrontOfQueue() because we
4424 mH.sendMessageAtFrontOfQueue(m);

Completed in 1307 milliseconds