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

  /frameworks/base/services/core/java/com/android/server/notification/
GroupHelper.java 102 List<String> notificationsToUnAutogroup = new ArrayList<>();
118 notificationsToUnAutogroup.add(sbn.getKey());
131 if (notificationsToUnAutogroup.size() > 0) {
132 adjustNotificationBundling(notificationsToUnAutogroup, false);

Completed in 77 milliseconds