Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java126 final boolean shouldCoalesce = handleNotificationPosted(sbn, rankingMap);
190 private boolean handleNotificationPosted( in handleNotificationPosted() method in GroupCoalescer