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