Home
last modified time | relevance | path

Searched refs:numPosted (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1343 int numPosted = mNumPosted.getOrDefault(key, 0) + 1; in onNotificationPosted() local
1344 mNumPosted.put(key, numPosted); in onNotificationPosted()
1345 if (currState == POLITE_STATE_MUTED && numPosted >= mMaxPostedForReset) { in onNotificationPosted()
1352 + nextState + " key: " + key + " numposted " + numPosted); in onNotificationPosted()