Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationListener.java134 if (!isNotificationForCurrentUser(sbn)) { in onNotificationPosted()
219 .filter(x -> (isNotificationForCurrentUser( in getNotifications()
262 private boolean isNotificationForCurrentUser(StatusBarNotification sbn) { in isNotificationForCurrentUser() method in CarNotificationListener
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java7330 if (aboveThreshold && isNotificationForCurrentUser(record)) {
7477 if (!isNotificationForCurrentUser(record)) {
7647 private boolean isNotificationForCurrentUser(NotificationRecord record) {
/aosp12/frameworks/base/services/
H A Dart-profile27047 HPLcom/android/server/notification/NotificationManagerService;->isNotificationForCurrentUser(Lcom/a…