Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java89 private PreprocessingManager mPreprocessingManager; field in PreprocessingManagerTest
140 mPreprocessingManager = PreprocessingManager.getInstance(mContext); in setup()
191 mPreprocessingManager.mIntentReceiver.onReceive(mContext, intent); in setup()
204 mPreprocessingManager in onFilter_showLessImportantNotifications_doesNotFilterNotifications()
212 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()
221 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()
230 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersMediaAndNavigation()
239 mPreprocessingManager in onFilter_doShowLessImportantNotifications_doesNotFilterMediaOrNavigation()
255 mPreprocessingManager.filter(true, entries, mRankingMap); in onFilter_doShowLessImportantNotifications_filtersCalls()
268 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.java75 private final PreprocessingManager mPreprocessingManager; field in CarHeadsUpNotificationManager
106 mPreprocessingManager = PreprocessingManager.getInstance(context); in CarHeadsUpNotificationManager()
151 showHeadsUp(mPreprocessingManager.optimizeForDriving(alertEntry), in maybeShowHeadsUp()
/packages/services/Car/tests/SecondaryHomeApp/src/com/android/car/secondaryhome/launcher/
DNotificationViewController.java38 private final PreprocessingManager mPreprocessingManager; field in NotificationViewController
46 mPreprocessingManager = preprocessingManager; in NotificationViewController()
86 mPreprocessingManager.init( in resetNotifications()
90 mPreprocessingManager.process( in resetNotifications()
DNotificationFragment.java44 private PreprocessingManager mPreprocessingManager; field in NotificationFragment
57 mPreprocessingManager,
75 mPreprocessingManager = PreprocessingManager.getInstance(mContext); in onCreate()