Searched refs:pendingMsgCount (Results 1 – 1 of 1) sorted by relevance
132 Integer pendingMsgCount = mPendingMsgTypeCounts.getOrDefault(msgId, 0); in dispatch() local133 if (pendingMsgCount <= 1) { in dispatch()136 mPendingMsgTypeCounts.put(msgId, pendingMsgCount - 1); in dispatch()