Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java143 private PreprocessingManager mPreprocessingManager; field in PreprocessingManagerTest
184 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 …]
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A 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()
H A DCarNotificationCenterActivity.java36 private PreprocessingManager mPreprocessingManager; field in CarNotificationCenterActivity
47 mPreprocessingManager,
66 mPreprocessingManager = PreprocessingManager.getInstance(getApplicationContext()); in onCreate()
H A DCarHeadsUpNotificationManager.java86 private final PreprocessingManager mPreprocessingManager; field in CarHeadsUpNotificationManager
121 mPreprocessingManager = PreprocessingManager.getInstance(context); in CarHeadsUpNotificationManager()
181 showHeadsUp(mPreprocessingManager.optimizeForDriving(alertEntry), in maybeShowHeadsUp()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DMessageNotificationViewHolder.java57 private final PreprocessingManager mPreprocessingManager; field in MessageNotificationViewHolder
88 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()