See Also: MessageQueue Members
Low-level class holding the list of messages to be dispatched by a Android.OS.Looper. Messages are not added directly to a MessageQueue, but rather through Android.OS.Handler objects associated with the Looper.
You can retrieve the MessageQueue for the current thread with Looper.MyQueue.