Searched refs:notificationsForPackage (Results 1 – 1 of 1) sorted by relevance
114 LinkedHashSet<String> notificationsForPackage in onNotificationPosted() local116 if (notificationsForPackage == null) { in onNotificationPosted()117 notificationsForPackage = new LinkedHashSet<>(); in onNotificationPosted()120 notificationsForPackage.add(sbn.getKey()); in onNotificationPosted()121 ungroupedNotificationsByUser.put(sbn.getPackageName(), notificationsForPackage); in onNotificationPosted() local123 if (notificationsForPackage.size() >= mAutoGroupAtCount in onNotificationPosted()125 notificationsToGroup.addAll(notificationsForPackage); in onNotificationPosted()163 LinkedHashSet<String> notificationsForPackage in maybeUngroup() local165 if (notificationsForPackage == null || notificationsForPackage.size() == 0) { in maybeUngroup()168 if (notificationsForPackage.remove(sbn.getKey())) { in maybeUngroup()[all …]