Searched refs:mPreprocessingManager (Results 1 – 4 of 4) sorted by relevance
121 private PreprocessingManager mPreprocessingManager; field in PreprocessingManagerTest156 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 …]
22 private final PreprocessingManager mPreprocessingManager; field in NotificationViewController36 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()
36 private PreprocessingManager mPreprocessingManager; field in CarNotificationCenterActivity47 mPreprocessingManager,68 mPreprocessingManager = PreprocessingManager.getInstance(getApplicationContext()); in onCreate()
82 private final PreprocessingManager mPreprocessingManager; field in CarHeadsUpNotificationManager117 mPreprocessingManager = PreprocessingManager.getInstance(context); in CarHeadsUpNotificationManager()162 showHeadsUp(mPreprocessingManager.optimizeForDriving(alertEntry), in maybeShowHeadsUp()