Home
last modified time | relevance | path

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

/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DRanker.java62 List<String> notificationsToBundle = new ArrayList<>(); in onNotificationPosted() local
84 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