Home
last modified time | relevance | path

Searched refs:mPreprocessingManager (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java121 private PreprocessingManager mPreprocessingManager; field in PreprocessingManagerTest
156 mPreprocessingManager = PreprocessingManager.getInstance(mContext); in setup()
206 mPreprocessingManager.mIntentReceiver.onReceive(mContext, intent); in setup()
214 mPreprocessingManager in onFilter_showLessImportantNotifications_doesNotFilterNotifications()
223 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()
232 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()
241 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersMediaAndNavigation()
250 mPreprocessingManager in onFilter_doShowLessImportantNotifications_doesNotFilterMediaOrNavigation()
266 mPreprocessingManager.filter(true, entries, mRankingMap); in onFilter_doShowLessImportantNotifications_filtersCalls()
279 mPreprocessingManager.filter(false, entries, mRankingMap); in onFilter_dontShowLessImportantNotifications_filtersCalls()
[all …]
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java22 private final PreprocessingManager mPreprocessingManager; field in NotificationViewController
36 mPreprocessingManager = preprocessingManager; in NotificationViewController()
100 mPreprocessingManager.init( in resetNotifications()
104 List<NotificationGroup> notificationGroups = mPreprocessingManager.process( in resetNotifications()
125 if (mPreprocessingManager.shouldFilter(alertEntry, in updateNotifications()
132 mPreprocessingManager.updateNotifications( in updateNotifications()
DCarNotificationCenterActivity.java36 private PreprocessingManager mPreprocessingManager; field in CarNotificationCenterActivity
47 mPreprocessingManager,
68 mPreprocessingManager = PreprocessingManager.getInstance(getApplicationContext()); in onCreate()
DCarHeadsUpNotificationManager.java82 private final PreprocessingManager mPreprocessingManager; field in CarHeadsUpNotificationManager
117 mPreprocessingManager = PreprocessingManager.getInstance(context); in CarHeadsUpNotificationManager()
162 showHeadsUp(mPreprocessingManager.optimizeForDriving(alertEntry), in maybeShowHeadsUp()