Searched refs:isNotificationForCurrentUser (Results 1 – 1 of 1) sorted by relevance
111 if (!isNotificationForCurrentUser(sbn)) { in onNotificationPosted()160 .filter(x -> (isNotificationForCurrentUser(x.getValue()))) in getNotifications()184 private boolean isNotificationForCurrentUser(StatusBarNotification sbn) { in isNotificationForCurrentUser() method in CarNotificationListener