Home
last modified time | relevance | path

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

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