Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java146 private PreprocessingManager mPreprocessingManager; field in PreprocessingManagerTest
187 mPreprocessingManager.refreshInstance(); in setup()
188 mPreprocessingManager = PreprocessingManager.getInstance(mContext); in setup()
263 mPreprocessingManager.mIntentReceiver.onReceive(mContext, intent); in setup()
271 mPreprocessingManager in onFilter_showLessImportantNotifications_doesNotFilterNotifications()
280 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()
289 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()
298 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersMediaAndNavigation()
307 mPreprocessingManager in onFilter_doShowLessImportantNotifications_doesNotFilterMediaOrNavigation()
323 mPreprocessingManager.filter(true, entries, mRankingMap); in onFilter_doShowLessImportantNotifications_filtersCalls()
[all …]
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java21 private final PreprocessingManager mPreprocessingManager; field in NotificationViewController
36 mPreprocessingManager = preprocessingManager; in NotificationViewController()
103 mPreprocessingManager.init(mCarNotificationListener.getNotifications(), in resetNotifications()
111 List<NotificationGroup> notificationGroups = mPreprocessingManager.process( in resetNotifications()
134 if (mPreprocessingManager.shouldFilter(alertEntry, in updateNotifications()
140 List<NotificationGroup> notificationGroups = mPreprocessingManager.updateNotifications( in updateNotifications()
DCarNotificationCenterActivity.java39 private PreprocessingManager mPreprocessingManager; field in CarNotificationCenterActivity
53 mPreprocessingManager,
76 mPreprocessingManager = PreprocessingManager.getInstance(getApplicationContext()); in onCreate()
DCarHeadsUpNotificationManager.java109 private final PreprocessingManager mPreprocessingManager; field in CarHeadsUpNotificationManager
146 mPreprocessingManager = PreprocessingManager.getInstance(context); in CarHeadsUpNotificationManager()
162 mPreprocessingManager.optimizeForDriving(alertEntry), in CarHeadsUpNotificationManager()
246 showHeadsUp(mPreprocessingManager.optimizeForDriving(alertEntry), in maybeShowHeadsUp()
251 showHeadsUp(mPreprocessingManager.optimizeForDriving(alertEntry), in maybeShowHeadsUp()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java56 private final PreprocessingManager mPreprocessingManager; field in MessageNotificationViewHolder
96 mPreprocessingManager = PreprocessingManager.getInstance(getContext()); in MessageNotificationViewHolder()
286 messageText = mPreprocessingManager.trimText(messageText); in getMessageText()
389 if (mPreprocessingManager.getMaximumStringLength() == Integer.MAX_VALUE) { in getCountViewOnClickListener()
396 maxCharCountAfterExpansion = mPreprocessingManager.getMaximumStringLength() in getCountViewOnClickListener()