Searched refs:notificationsToBundle (Results 1 – 1 of 1) sorted by relevance
62 List<String> notificationsToBundle = new ArrayList<>(); in onNotificationPosted() local84 notificationsToBundle.add(key); in onNotificationPosted()88 if (notificationsToBundle.size() > 0) { in onNotificationPosted()89 adjustAutobundlingSummary(sbn.getPackageName(), notificationsToBundle.get(0), in onNotificationPosted()91 adjustNotificationBundling(sbn.getPackageName(), notificationsToBundle, true, in onNotificationPosted() local