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

  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Ranker.java 118 List<String> notificationsToUnAutobundle = new ArrayList<>();
134 notificationsToUnAutobundle.add(sbn.getKey());
141 notificationsToUnAutobundle.add(key);
146 if (notificationsToUnAutobundle.size() > 0) {
150 adjustNotificationBundling(sbn.getPackageName(), notificationsToUnAutobundle, false,

Completed in 88 milliseconds