Home
last modified time | relevance | path

Searched refs:notificationsToGroup (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java52 List<String> notificationsToGroup = new ArrayList<>(); in onNotificationPosted() local
74 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()