Searched refs:sendMessageAtFrontOfQueue (Results 1 - 8 of 8) 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
758 sendMessageAtFrontOfQueue(curMsg);
1247 protected final void sendMessageAtFrontOfQueue(int what, Object obj) { method in class:HierarchicalStateMachine
1248 mHsmHandler.sendMessageAtFrontOfQueue(obtainMessage(what, obj));
1255 protected final void sendMessageAtFrontOfQueue(int what) { method in class:HierarchicalStateMachine
1256 mHsmHandler.sendMessageAtFrontOfQueue(obtainMessage(what));
1263 protected final void sendMessageAtFrontOfQueue(Message msg) { method in class:HierarchicalStateMachine
1264 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.java1333 mWebView.mPrivateHandler.sendMessageAtFrontOfQueue(
1431 private synchronized void sendMessageAtFrontOfQueue(Message msg) { method in class:WebViewCore.EventHub
1438 mHandler.sendMessageAtFrontOfQueue(msg);
1511 void sendMessageAtFrontOfQueue(int what, Object obj) { method in class:WebViewCore
1512 mEventHub.sendMessageAtFrontOfQueue(Message.obtain(
1543 mEventHub.sendMessageAtFrontOfQueue(
1546 mEventHub.sendMessageAtFrontOfQueue(
1550 mEventHub.sendMessageAtFrontOfQueue(
1818 sWebCoreHandler.sendMessageAtFrontOfQueue(sWebCoreHandler
1826 sWebCoreHandler.sendMessageAtFrontOfQueue(sWebCoreHandle
[all...]
H A DWebView.java6355 mWebViewCore.sendMessageAtFrontOfQueue(EventHub.VALID_NODE_BOUNDS,
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java262 sendMessageAtFrontOfQueue(m);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1664 mLocationHandler.sendMessageAtFrontOfQueue(m);
H A DWindowManagerService.java3434 // Note: we really want to do sendMessageAtFrontOfQueue() because we
3437 mH.sendMessageAtFrontOfQueue(m);
3475 // Note: we really want to do sendMessageAtFrontOfQueue() because we
3478 mH.sendMessageAtFrontOfQueue(m);

Completed in 177 milliseconds