Searched refs:mPreprocessingManager (Results 1 – 5 of 5) sorted by relevance
143 private PreprocessingManager mPreprocessingManager; field in PreprocessingManagerTest184 mPreprocessingManager.refreshInstance(); in setup()268 mPreprocessingManager in onFilter_showLessImportantNotifications_doesNotFilterNotifications()277 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()286 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()295 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersMediaAndNavigation()304 mPreprocessingManager in onFilter_doShowLessImportantNotifications_doesNotFilterMediaOrNavigation()737 List<NotificationGroup> actual = mPreprocessingManager in onAdditionalGroupAndRank_isGroupSummary_returnsTheSameGroupsAsStandardGroup()841 mPreprocessingManager.updateNotifications( in onUpdateNotifications_notificationRemoved_removesNotification()864 mPreprocessingManager.updateNotifications( in onUpdateNotification_notificationPosted_isUpdate_putsNotification()[all …]
21 private final PreprocessingManager mPreprocessingManager; field in NotificationViewController35 mPreprocessingManager = preprocessingManager; in NotificationViewController()101 mPreprocessingManager.init(mCarNotificationListener.getNotifications(), in resetNotifications()109 List<NotificationGroup> notificationGroups = mPreprocessingManager.process( in resetNotifications()132 if (mPreprocessingManager.shouldFilter(alertEntry, in updateNotifications()138 List<NotificationGroup> notificationGroups = mPreprocessingManager.updateNotifications( in updateNotifications()
36 private PreprocessingManager mPreprocessingManager; field in CarNotificationCenterActivity47 mPreprocessingManager,66 mPreprocessingManager = PreprocessingManager.getInstance(getApplicationContext()); in onCreate()
86 private final PreprocessingManager mPreprocessingManager; field in CarHeadsUpNotificationManager121 mPreprocessingManager = PreprocessingManager.getInstance(context); in CarHeadsUpNotificationManager()181 showHeadsUp(mPreprocessingManager.optimizeForDriving(alertEntry), in maybeShowHeadsUp()
57 private final PreprocessingManager mPreprocessingManager; field in MessageNotificationViewHolder88 mPreprocessingManager = PreprocessingManager.getInstance(mContext); in MessageNotificationViewHolder()271 messageText = mPreprocessingManager.trimText(messageText); in getMessageText()374 if (mPreprocessingManager.getMaximumStringLength() == Integer.MAX_VALUE) { in getCountViewOnClickListener()381 maxCharCountAfterExpansion = mPreprocessingManager.getMaximumStringLength() in getCountViewOnClickListener()