Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java134 final boolean shouldCoalesce = handleNotificationPosted(sbn, rankingMap);
198 private boolean handleNotificationPosted( in handleNotificationPosted() method in GroupCoalescer
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java169 mTracker.handleNotificationPosted((String) msg.obj, msg.arg1, msg.arg2); in handleMessage()
306 private void handleNotificationPosted(String pkgName, int uid, int notificationId) { in handleNotificationPosted() method in AppFGSTracker