Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java194 boolean shouldFilter(AlertEntry alertEntry, RankingMap rankingMap) { in shouldFilter() method in PreprocessingManager
209 notifications.removeIf(alertEntry -> shouldFilter(alertEntry, rankingMap)); in filter()
DNotificationViewController.java125 if (mPreprocessingManager.shouldFilter(alertEntry, in updateNotifications()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java7589 final boolean shouldFilter = requiresVpnIsolation(nai, newNc, nai.linkProperties); in updateUids()
7605 if (shouldFilter && !newRanges.isEmpty()) { in updateUids()