Searched refs:mActiveNotifKeys (Results 1 – 1 of 1) sorted by relevance
1170 private final Map<Pair<String, String>, Set<String>> mActiveNotifKeys = new ArrayMap<>(); field in DataManager.NotificationListener1184 Set<String> notificationKeys = mActiveNotifKeys.computeIfAbsent( in onNotificationPosted()1226 Set<String> notificationKeys = mActiveNotifKeys.computeIfAbsent( in onNotificationRemoved()1230 mActiveNotifKeys.remove(conversationKey); in onNotificationRemoved()1297 return mActiveNotifKeys.containsKey(Pair.create(packageName, shortcutId)); in hasActiveNotifications()