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.java123 if (!isNotificationForCurrentUser(sbn)) { in onNotificationPosted()
187 .filter(x -> (isNotificationForCurrentUser( in getNotifications()
227 private boolean isNotificationForCurrentUser(StatusBarNotification sbn) { in isNotificationForCurrentUser() method in CarNotificationListener