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.java145 private PreprocessingManager mPreprocessingManager; field in PreprocessingManagerTest
186 mPreprocessingManager.refreshInstance(); in setup()
187 mPreprocessingManager = PreprocessingManager.getInstance(mContext); in setup()
262 mPreprocessingManager.mIntentReceiver.onReceive(mContext, intent); in setup()
270 mPreprocessingManager in onFilter_showLessImportantNotifications_doesNotFilterNotifications()
279 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()
288 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()
297 mPreprocessingManager in onFilter_dontShowLessImportantNotifications_filtersMediaAndNavigation()
306 mPreprocessingManager in onFilter_doShowLessImportantNotifications_doesNotFilterMediaOrNavigation()
322 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
35 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()
DCarNotificationCenterActivity.java41 private PreprocessingManager mPreprocessingManager; field in CarNotificationCenterActivity
55 mPreprocessingManager,
80 mPreprocessingManager = PreprocessingManager.getInstance(getApplicationContext()); in onCreate()
DCarHeadsUpNotificationManager.java84 private final PreprocessingManager mPreprocessingManager; field in CarHeadsUpNotificationManager
117 mPreprocessingManager = PreprocessingManager.getInstance(context); in CarHeadsUpNotificationManager()
177 showHeadsUp(mPreprocessingManager.optimizeForDriving(alertEntry), in maybeShowHeadsUp()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java55 private final PreprocessingManager mPreprocessingManager; field in MessageNotificationViewHolder
85 mPreprocessingManager = PreprocessingManager.getInstance(getContext()); in MessageNotificationViewHolder()
267 messageText = mPreprocessingManager.trimText(messageText); in getMessageText()
370 if (mPreprocessingManager.getMaximumStringLength() == Integer.MAX_VALUE) { in getCountViewOnClickListener()
377 maxCharCountAfterExpansion = mPreprocessingManager.getMaximumStringLength() in getCountViewOnClickListener()