Searched refs:notificationsToGroup (Results 1 – 1 of 1) sorted by relevance
52 List<String> notificationsToGroup = new ArrayList<>(); in onNotificationPosted() local74 notificationsToGroup.addAll(notificationsForPackage); in onNotificationPosted()77 if (notificationsToGroup.size() > 0) { in onNotificationPosted()79 notificationsToGroup.get(0), true); in onNotificationPosted()80 adjustNotificationBundling(notificationsToGroup, true); in onNotificationPosted()