HomeSort by relevance Sort by last modified time
    Searched full:notificationstobundle (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Ranker.java 62 List<String> notificationsToBundle = new ArrayList<>();
84 notificationsToBundle.add(key);
88 if (notificationsToBundle.size() > 0) {
89 adjustAutobundlingSummary(sbn.getPackageName(), notificationsToBundle.get(0),
91 adjustNotificationBundling(sbn.getPackageName(), notificationsToBundle, true,

Completed in 80 milliseconds