Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java213 if (shouldTrackUnseen(alertEntry)) { in notifyNotificationPosted()
271 boolean shouldTrackUnseen(AlertEntry alertEntry) { in shouldTrackUnseen() method in CarNotificationListener
DNotificationViewController.java111 .anyMatch(mCarNotificationListener::shouldTrackUnseen)) in resetNotifications()