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

/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java88 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(2));
89 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(0));
95 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(1));
/frameworks/base/core/java/com/android/internal/util/
H A DHierarchicalStateMachine.java89 * <code>sendMessageAtFrontOfQueue</code>. The <code>sendMessageAtFrontOfQueue</code> sends
772 sendMessageAtFrontOfQueue(curMsg);
1245 protected final void sendMessageAtFrontOfQueue(int what, Object obj) { method in class:HierarchicalStateMachine
1246 mHsmHandler.sendMessageAtFrontOfQueue(obtainMessage(what, obj));
1253 protected final void sendMessageAtFrontOfQueue(int what) { method in class:HierarchicalStateMachine
1254 mHsmHandler.sendMessageAtFrontOfQueue(obtainMessage(what));
1261 protected final void sendMessageAtFrontOfQueue(Message msg) { method in class:HierarchicalStateMachine
1262 mHsmHandler.sendMessageAtFrontOfQueue(msg);
/frameworks/base/core/java/android/os/
H A DHandler.java336 return sendMessageAtFrontOfQueue(getPostMessage(r));
479 public final boolean sendMessageAtFrontOfQueue(Message msg) method in class:Handler
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java1325 mWebView.mPrivateHandler.sendMessageAtFrontOfQueue(
1423 private synchronized void sendMessageAtFrontOfQueue(Message msg) { method in class:WebViewCore.EventHub
1430 mHandler.sendMessageAtFrontOfQueue(msg);
1503 void sendMessageAtFrontOfQueue(int what, Object obj) { method in class:WebViewCore
1504 mEventHub.sendMessageAtFrontOfQueue(Message.obtain(
1535 mEventHub.sendMessageAtFrontOfQueue(
1538 mEventHub.sendMessageAtFrontOfQueue(
1542 mEventHub.sendMessageAtFrontOfQueue(
1803 sWebCoreHandler.sendMessageAtFrontOfQueue(sWebCoreHandler
1811 sWebCoreHandler.sendMessageAtFrontOfQueue(sWebCoreHandle
[all...]
H A DWebView.java5872 mWebViewCore.sendMessageAtFrontOfQueue(EventHub.VALID_NODE_BOUNDS,
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1388 mLocationHandler.sendMessageAtFrontOfQueue(m);
H A DWindowManagerService.java3485 // Note: we really want to do sendMessageAtFrontOfQueue() because we
3488 mH.sendMessageAtFrontOfQueue(m);
3526 // Note: we really want to do sendMessageAtFrontOfQueue() because we
3529 mH.sendMessageAtFrontOfQueue(m);

Completed in 295 milliseconds