Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1308 private final Map<String, Integer> mNumPosted; field in NotificationAttentionHelper.StrategyPerApp
1316 mNumPosted = new HashMap<>(); in StrategyPerApp()
1343 int numPosted = mNumPosted.getOrDefault(key, 0) + 1; in onNotificationPosted()
1344 mNumPosted.put(key, numPosted); in onNotificationPosted()
1347 mNumPosted.put(key, 0); in onNotificationPosted()
1369 mNumPosted.put(getChannelKey(record), 0); in onUserInteraction()