Searched refs:numPosted (Results 1 – 1 of 1) sorted by relevance
1343 int numPosted = mNumPosted.getOrDefault(key, 0) + 1; in onNotificationPosted() local1344 mNumPosted.put(key, numPosted); in onNotificationPosted()1345 if (currState == POLITE_STATE_MUTED && numPosted >= mMaxPostedForReset) { in onNotificationPosted()1352 + nextState + " key: " + key + " numposted " + numPosted); in onNotificationPosted()