Searched refs:mPreprocessingManager (Results 1 – 6 of 6) sorted by relevance
89 private PreprocessingManager mPreprocessingManager; field in PreprocessingManagerTest140 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 …]
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()
75 private final PreprocessingManager mPreprocessingManager; field in CarHeadsUpNotificationManager106 mPreprocessingManager = PreprocessingManager.getInstance(context); in CarHeadsUpNotificationManager()151 showHeadsUp(mPreprocessingManager.optimizeForDriving(alertEntry), in maybeShowHeadsUp()
38 private final PreprocessingManager mPreprocessingManager; field in NotificationViewController46 mPreprocessingManager = preprocessingManager; in NotificationViewController()86 mPreprocessingManager.init( in resetNotifications()90 mPreprocessingManager.process( in resetNotifications()
44 private PreprocessingManager mPreprocessingManager; field in NotificationFragment57 mPreprocessingManager,75 mPreprocessingManager = PreprocessingManager.getInstance(mContext); in onCreate()