Searched refs:notificationsToGroup (Results 1 – 1 of 1) sorted by relevance
102 List<String> notificationsToGroup = new ArrayList<>(); in onNotificationPosted() local125 notificationsToGroup.addAll(notificationsForPackage); in onNotificationPosted()128 if (notificationsToGroup.size() > 0) { in onNotificationPosted()130 notificationsToGroup.get(0), true); in onNotificationPosted()131 adjustNotificationBundling(notificationsToGroup, true); in onNotificationPosted()