Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java111 if (!isNotificationForCurrentUser(sbn)) { in onNotificationPosted()
160 .filter(x -> (isNotificationForCurrentUser(x.getValue()))) in getNotifications()
184 private boolean isNotificationForCurrentUser(StatusBarNotification sbn) { in isNotificationForCurrentUser() method in CarNotificationListener