Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java134 if (mPreprocessingManager.shouldFilter(alertEntry, in updateNotifications()
DPreprocessingManager.java211 boolean shouldFilter(AlertEntry alertEntry, RankingMap rankingMap) { in shouldFilter() method in PreprocessingManager
226 notifications.removeIf(alertEntry -> shouldFilter(alertEntry, rankingMap)); in filter()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc1182 bool shouldFilter = in FilterCapturedPacket() local
1184 if (shouldFilter) { in FilterCapturedPacket()
/packages/modules/NetworkStack/src/android/net/apf/
DLegacyApfFilter.java975 boolean shouldFilter() { in shouldFilter() method in LegacyApfFilter.Ra
1894 if (!ra.shouldFilter()) continue; in installNewProgramLocked()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java10042 final boolean shouldFilter = requiresVpnAllowRule(nai, nai.linkProperties, newIface);
10058 if (shouldFilter && !newRanges.isEmpty()) {