Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java125 if (mPreprocessingManager.shouldFilter(sbn, mCarNotificationListener.getCurrentRanking())) { in updateNotifications()
DPreprocessingManager.java198 boolean shouldFilter(StatusBarNotification sbn, RankingMap rankingMap) { in shouldFilter() method in PreprocessingManager