Searched refs:mNumPosted (Results 1 – 1 of 1) sorted by relevance
1308 private final Map<String, Integer> mNumPosted; field in NotificationAttentionHelper.StrategyPerApp1316 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()