Searched refs:MsgInfo (Results 1 – 1 of 1) sorted by relevance
51 private final PriorityQueue<MsgInfo> mMessages = new PriorityQueue<>();87 && mMessages.add(new MsgInfo(Message.obtain(msg), uptimeMillis, mMessageCount)); in sendMessageAtTime()104 MsgInfo msg; in flush()110 public PriorityQueue<MsgInfo> getPendingMessages() { in getPendingMessages()123 private void dispatch(MsgInfo msg) { in dispatch()148 public class MsgInfo implements Comparable<MsgInfo> { class in TestHandler154 private MsgInfo(Message message, long sendTime, int messageOrder) { in MsgInfo() method in TestHandler.MsgInfo162 public int compareTo(MsgInfo o) { in compareTo()